ALCHEMY revision 1.62
1#	$NetBSD: ALCHEMY,v 1.62 2017/08/19 09:10:24 maya Exp $
2#
3# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
4# DBAu1000 and DBAu1500 evaluation boards.
5
6include 	"arch/evbmips/conf/std.alchemy"
7
8#ident 		"ALCHEMY-$Revision: 1.62 $"
9
10maxusers	32
11
12options 	MIPS32
13options 	NOFPU		# No FPU
14options 	FPEMUL		# emulate FPU insn
15#options 	CONSPEED=115200	# YAMON default
16options 	HZ=512		# for profiling
17
18# CPU support
19options 	ALCHEMY_AU1000
20options 	ALCHEMY_AU1100
21options 	ALCHEMY_AU1500
22options 	ALCHEMY_AU1550
23
24# Board support
25options 	ALCHEMY_GENERIC
26
27#options 	LOCKDEBUG
28options 	SOSEND_COUNTERS
29options 	INET_CSUM_COUNTERS
30options 	TCP_CSUM_COUNTERS
31options 	UDP_CSUM_COUNTERS
32options 	TCP_OUTPUT_COUNTERS
33
34# Standard system options
35options 	KTRACE		# system call tracing support
36options 	SYSVMSG		# System V message queues
37options 	SYSVSEM		# System V semaphores
38options 	SYSVSHM		# System V shared memory
39options 	NTP		# network time protocol
40
41# Debugging options
42options 	DIAGNOSTIC	# extra kernel sanity checking
43#options 	DEBUG		# extra kernel debugging support
44options 	DDB		# kernel dynamic debugger
45options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
46makeoptions 	DEBUG="-g"	# compile full symbol table
47makeoptions	COPY_SYMTAB=1	# size for embedded symbol table
48
49# Compatibility options
50#options 	COMPAT_43	# compatibility with 4.3BSD binaries
51#options 	COMPAT_09	# NetBSD 0.9,
52#options 	COMPAT_10	# NetBSD 1.0,
53#options 	COMPAT_11	# NetBSD 1.1,
54#options 	COMPAT_12	# NetBSD 1.2,
55#options 	COMPAT_13	# NetBSD 1.3,
56#options 	COMPAT_14	# NetBSD 1.4,
57#options 	COMPAT_15	# NetBSD 1.5,
58options 	COMPAT_16	# NetBSD 1.6,
59options 	COMPAT_20	# NetBSD 2.0,
60options 	COMPAT_30	# NetBSD 3.0,
61options 	COMPAT_40	# NetBSD 4.0,
62options 	COMPAT_50	# NetBSD 5.0,
63options 	COMPAT_60	# NetBSD 6.0, and
64options 	COMPAT_70	# NetBSD 7.0 binary compatibility.
65#options 	EXEC_ECOFF	# exec ECOFF binaries
66#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
67options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
68
69# File systems
70file-system	FFS		# Berkeley Fast Filesystem
71file-system	MFS		# memory-based filesystem
72#file-system 	EXT2FS		# second extended file system (linux) 
73file-system	NFS		# Sun NFS-compatible filesystem client
74#file-system	KERNFS		# kernel data-structure filesystem
75#file-system	NULLFS		# NULL layered filesystem
76#file-system 	OVERLAY		# overlay file system
77file-system	FDESC		# user file descriptor filesystem
78#file-system	UMAPFS		# uid/gid remapping filesystem
79#file-system	LFS		# Log-based filesystem (still experimental)
80#file-system	PROCFS		# /proc
81#file-system	CD9660		# ISO 9660 + Rock Ridge file system
82#file-system	UNION		# union file system
83#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
84#file-system 	CODA		# Coda File System; also needs vcoda (below)
85#file-system	PTYFS		# /dev/pts/N support
86
87# File system options
88#options 	NFSSERVER	# Sun NFS-compatible filesystem server
89#options 	QUOTA		# legacy UFS quotas
90#options 	QUOTA2		# new, in-filesystem UFS quotas
91#options 	FFS_EI		# FFS Endian Independent support
92options 	WAPBL		# File system journaling support
93options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
94#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
95				# immutable) behave as system flags.
96
97# Networking options
98#options 	GATEWAY		# IP packet forwarding
99options 	INET		# Internet protocols
100#options 	INET6		# IPV6
101#options 	IPSEC		# IP security
102#options 	IPSEC_DEBUG	# debug for IP security
103#options 	MROUTING	# packet forwarding of multicast packets
104#options 	PIM		# Protocol Independent Multicast
105#options 	NETATALK	# AppleTalk (over Ethernet) protocol
106#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
107#options 	PPP_DEFLATE	# Deflate compression support for PPP
108#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
109options 	IPFILTER_LOG	# ipmon(8) log support
110options 	IPFILTER_LOOKUP	# ippool(8) support
111options 	IPFILTER_COMPAT # Compat for IP-Filter
112#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
113
114# JIT compiler for bpfilter
115#options	SLJIT
116#options	BPFJIT
117
118# These options enable verbose messages for several subsystems.
119# Warning, these may compile large string tables into the kernel!
120options 	MIIVERBOSE	# verbose PHY autoconfig messages
121options 	PCIVERBOSE	# verbose PCI device autoconfig messages
122#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
123options         SCSIVERBOSE     # human readable SCSI error messages
124options 	USBVERBOSE	# verbose USB device autoconfig messages
125
126options 	NFS_BOOT_DHCP
127
128# Pretty much only one device to use for the root file system.
129config		netbsd		root on ? type ?
130config		netbsd-aumac0	root on aumac0 type nfs
131
132mainbus0 	at root
133
134cpu0 		at mainbus?
135
136aubus0	 	at mainbus?
137
138# no RTC!  fake with one of the programmable clocks
139aurtc*		at aubus? addr ?
140
141# UARTs
142com*		at aubus? addr ?
143
144# Ethernet MACs
145aumac*		at aubus? addr ?
146options 	AUMAC_EVENT_COUNTERS
147
148# MII/PHY support
149acphy*		at mii? phy ?			# AMD/Altima AC101 PHYs
150amhphy*		at mii? phy ?			# AMD 79c901 Ethernet PHYs
151bmtphy*		at mii? phy ?			# Broadcom BCM5201/BCM5202 PHYs
152brgphy*		at mii? phy ?			# Broadcom BCM5400-family PHYs
153lxtphy*		at mii? phy ?			# Level One LXT970 PHYs
154nsphyter*	at mii? phy ?			# NS83843 PHYs
155rgephy*		at mii? phy ?			# RealTek 8169S/8110S PHY
156rlphy*		at mii? phy ?			# RealTek 8139/8201L PHYs
157sqphy*		at mii? phy ?			# Seeq 80220/80221/80223 PHYs
158ukphy*		at mii? phy ?			# Catch-all PHYs
159
160# USB
161ohci*		at aubus? addr ?		# USB Open Host Controller
162
163# USB bus support
164usb*		at ohci?
165
166# USB Hubs
167uhub*		at usb?
168uhub*		at uhub? port ?
169
170# USB HID device
171uhidev* at uhub? port ? configuration ? interface ?
172
173# USB Mice
174ums*    at uhidev? reportid ?   
175wsmouse* at ums? mux 0
176
177# USB Keyboards
178ukbd*   at uhidev? reportid ? 
179wskbd*  at ukbd? console ? mux 1
180
181# USB serial adapter
182ucycom*	at uhidev? reportid ?
183
184# USB Generic HID devices
185uhid*   at uhidev? reportid ?
186
187# USB Printer
188ulpt*   at uhub? port ? configuration ? interface ?
189
190# USB Modem
191umodem* at uhub? port ? configuration ?
192ucom*   at umodem?
193
194# Option N.V. Wireless WAN modems
195uhso*	at uhub? port ? configuration ?
196
197# USB Mass Storage
198umass*  at uhub? port ? configuration ? interface ?
199scsibus* at scsi?
200sd*	at scsibus? target ? lun ?
201
202# USB audio
203#uaudio* at uhub? port ? configuration ?
204
205# USB MIDI
206#umidi* at uhub? port ? configuration ?
207
208# USB IrDA
209# USB-IrDA bridge spec
210#uirda* at uhub? port ? configuration ? interface ?
211#irframe* at uirda?
212
213# Kyocera AIR-EDGE PHONE
214#ukyopon* at uhub? port ?
215#ucom*	at ukyopon? portno ?
216
217# USB Generic driver
218ugen*		at uhub? port ?
219
220# Audio support
221auaudio*	at aubus? addr ?		# STAC9745 audio codec
222audio*		at auaudio?
223
224spkr*		at audio?			# PC speaker (synthesized)
225
226# GPIOs
227augpio*	at aubus? addr ?
228gpio*	at augpio?
229
230# On-board devices
231obio*		at mainbus?
232
233#flash*		at obio? addr ?
234#lcd*		at obio? addr ?
235
236# Pseudo-devices
237
238# Disk/mass storage pseudo-devices
239#pseudo-device	ccd				# concatenated disk devices
240#pseudo-device	raid				# RAIDframe disk driver
241#options 	RAID_AUTOCONFIG			# auto-configuration of RAID
242#pseudo-device	fss				# file system snapshot device
243#pseudo-device	md				# memory disk device (ramdisk)
244pseudo-device	vnd				# disk-like interface to files
245
246# Network pseudo-devices
247pseudo-device	bpfilter			# Berkeley packet filter
248pseudo-device	ipfilter			# IP filter (firewall) and NAT
249pseudo-device	loop				# network loopback
250#pseudo-device	ppp				# Point-to-Point Protocol
251#pseudo-device	sl				# Serial Line IP
252#pseudo-device	strip				# Starmode Radio IP (Metricom)
253#pseudo-device	tun				# network tunneling over tty
254#pseudo-device	tap				# virtual Ethernet
255#pseudo-device	gre				# generic L3 over IP tunnel
256#pseudo-device	ipip				# RFC 2003 IP Encapsulation
257#pseudo-device	gif				# RFC1933 tunnel
258#pseudo-device	faith				# IPv[46] tcp relay translation 
259#pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
260pseudo-device	vlan				# IEEE 802.1q encapsulation
261pseudo-device	bridge				# simple inter-network bridging
262
263# Miscellaneous pseudo-devices
264pseudo-device	pty				# pseudo-terminals
265#pseudo-device	sequencer			# MIDI sequencer
266pseudo-device	clockctl			# user control of clock subsystem
267pseudo-device	ksyms				# /dev/ksyms
268
269# A pseudo device needed for Coda		# also needs CODA (above)
270#pseudo-device	vcoda				# coda minicache <-> venus comm.
271