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