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 6include "arch/evbmips/conf/std.alchemy" 7 8#ident "ALCHEMY-$Revision: 1.64 $" 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 50include "conf/compat_netbsd16.config" 51 52#options EXEC_ECOFF # exec ECOFF binaries 53#options COMPAT_ULTRIX # binary compatibility with Ultrix 54 55# File systems 56file-system FFS # Berkeley Fast Filesystem 57file-system MFS # memory-based filesystem 58#file-system EXT2FS # second extended file system (linux) 59file-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 63file-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 78options WAPBL # File system journaling support 79options 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 85options 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! 102options MIIVERBOSE # verbose PHY autoconfig messages 103options PCIVERBOSE # verbose PCI device autoconfig messages 104#options PCI_CONFIG_DUMP # verbosely dump PCI config space 105options SCSIVERBOSE # human readable SCSI error messages 106options USBVERBOSE # verbose USB device autoconfig messages 107 108options NFS_BOOT_DHCP 109 110# Pretty much only one device to use for the root file system. 111config netbsd root on ? type ? 112config netbsd-aumac0 root on aumac0 type nfs 113 114mainbus0 at root 115 116cpu0 at mainbus? 117 118aubus0 at mainbus? 119 120# no RTC! fake with one of the programmable clocks 121aurtc* at aubus? addr ? 122 123# UARTs 124com* at aubus? addr ? 125 126# Ethernet MACs 127aumac* at aubus? addr ? 128options AUMAC_EVENT_COUNTERS 129 130# MII/PHY support 131acphy* at mii? phy ? # AMD/Altima AC101 PHYs 132amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 133bmtphy* at mii? phy ? # Broadcom BCM5201/BCM5202 PHYs 134brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 135lxtphy* at mii? phy ? # Level One LXT970 PHYs 136nsphyter* at mii? phy ? # NS83843 PHYs 137rgephy* at mii? phy ? # RealTek 8169S/8110S PHY 138rlphy* at mii? phy ? # RealTek 8139/8201L PHYs 139sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 140ukphy* at mii? phy ? # Catch-all PHYs 141 142# USB 143ohci* at aubus? addr ? # USB Open Host Controller 144 145# USB bus support 146usb* at ohci? 147 148# USB Hubs 149uhub* at usb? 150uhub* at uhub? port ? 151 152# USB HID device 153uhidev* at uhub? port ? configuration ? interface ? 154 155# USB Mice 156ums* at uhidev? reportid ? 157wsmouse* at ums? mux 0 158 159# USB Keyboards 160ukbd* at uhidev? reportid ? 161wskbd* at ukbd? console ? mux 1 162 163# USB serial adapter 164ucycom* at uhidev? reportid ? 165 166# USB Generic HID devices 167uhid* at uhidev? reportid ? 168 169# USB Printer 170ulpt* at uhub? port ? configuration ? interface ? 171 172# USB Modem 173umodem* at uhub? port ? configuration ? 174ucom* at umodem? 175 176# Option N.V. Wireless WAN modems 177uhso* at uhub? port ? configuration ? 178 179# USB Mass Storage 180umass* at uhub? port ? configuration ? interface ? 181scsibus* at scsi? 182sd* 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 200ugen* at uhub? port ? 201 202# Audio support 203auaudio* at aubus? addr ? # STAC9745 audio codec 204audio* at auaudio? 205 206spkr* at audio? # PC speaker (synthesized) 207 208# GPIOs 209augpio* at aubus? addr ? 210gpio* at augpio? 211 212# On-board devices 213obio* 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) 226pseudo-device vnd # disk-like interface to files 227 228# Network pseudo-devices 229pseudo-device bpfilter # Berkeley packet filter 230pseudo-device npf # NPF packet filter 231pseudo-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 242pseudo-device vlan # IEEE 802.1q encapsulation 243pseudo-device bridge # simple inter-network bridging 244 245# Miscellaneous pseudo-devices 246pseudo-device pty # pseudo-terminals 247#pseudo-device sequencer # MIDI sequencer 248pseudo-device clockctl # user control of clock subsystem 249pseudo-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