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