Home | History | Annotate | Line # | Download | only in conf
ALCHEMY revision 1.60
      1 #	$NetBSD: ALCHEMY,v 1.60 2016/12/13 20:42:17 christos 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.60 $"
      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 #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,
     58 options 	COMPAT_16	# NetBSD 1.6,
     59 options 	COMPAT_20	# NetBSD 2.0,
     60 options 	COMPAT_30	# NetBSD 3.0,
     61 options 	COMPAT_40	# NetBSD 4.0,
     62 options 	COMPAT_50	# NetBSD 5.0,
     63 options 	COMPAT_60	# NetBSD 6.0, and
     64 options 	COMPAT_70	# NetBSD 7.0 binary compatibility.
     65 #options 	EXEC_ECOFF	# exec ECOFF binaries
     66 #options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
     67 options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     68 
     69 # File systems
     70 file-system	FFS		# Berkeley Fast Filesystem
     71 file-system	MFS		# memory-based filesystem
     72 #file-system 	EXT2FS		# second extended file system (linux) 
     73 file-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
     77 file-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
     92 options 	WAPBL		# File system journaling support
     93 options 	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
     99 options 	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)
    109 options 	IPFILTER_LOG	# ipmon(8) log support
    110 options 	IPFILTER_LOOKUP	# ippool(8) support
    111 options 	IPFILTER_COMPAT # Compat for IP-Filter
    112 #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
    113 
    114 # Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
    115 #options 	TCP_COMPAT_42
    116 
    117 # JIT compiler for bpfilter
    118 #options	SLJIT
    119 #options	BPFJIT
    120 
    121 # These options enable verbose messages for several subsystems.
    122 # Warning, these may compile large string tables into the kernel!
    123 options 	MIIVERBOSE	# verbose PHY autoconfig messages
    124 options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    125 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    126 options         SCSIVERBOSE     # human readable SCSI error messages
    127 options 	USBVERBOSE	# verbose USB device autoconfig messages
    128 
    129 options 	NFS_BOOT_DHCP
    130 
    131 # Pretty much only one device to use for the root file system.
    132 config		netbsd		root on ? type ?
    133 config		netbsd-aumac0	root on aumac0 type nfs
    134 
    135 mainbus0 	at root
    136 
    137 cpu0 		at mainbus?
    138 
    139 aubus0	 	at mainbus?
    140 
    141 # no RTC!  fake with one of the programmable clocks
    142 aurtc*		at aubus? addr ?
    143 
    144 # UARTs
    145 com*		at aubus? addr ?
    146 
    147 # Ethernet MACs
    148 aumac*		at aubus? addr ?
    149 options 	AUMAC_EVENT_COUNTERS
    150 
    151 # MII/PHY support
    152 acphy*		at mii? phy ?			# AMD/Altima AC101 PHYs
    153 amhphy*		at mii? phy ?			# AMD 79c901 Ethernet PHYs
    154 bmtphy*		at mii? phy ?			# Broadcom BCM5201/BCM5202 PHYs
    155 brgphy*		at mii? phy ?			# Broadcom BCM5400-family PHYs
    156 lxtphy*		at mii? phy ?			# Level One LXT970 PHYs
    157 nsphyter*	at mii? phy ?			# NS83843 PHYs
    158 rgephy*		at mii? phy ?			# RealTek 8169S/8110S PHY
    159 rlphy*		at mii? phy ?			# RealTek 8139/8201L PHYs
    160 sqphy*		at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    161 ukphy*		at mii? phy ?			# Catch-all PHYs
    162 
    163 # USB
    164 ohci*		at aubus? addr ?		# USB Open Host Controller
    165 
    166 # USB bus support
    167 usb*		at ohci?
    168 
    169 # USB Hubs
    170 uhub*		at usb?
    171 uhub*		at uhub? port ?
    172 
    173 # USB HID device
    174 uhidev* at uhub? port ? configuration ? interface ?
    175 
    176 # USB Mice
    177 ums*    at uhidev? reportid ?   
    178 wsmouse* at ums? mux 0
    179 
    180 # USB Keyboards
    181 ukbd*   at uhidev? reportid ? 
    182 wskbd*  at ukbd? console ? mux 1
    183 
    184 # USB serial adapter
    185 ucycom*	at uhidev? reportid ?
    186 
    187 # USB Generic HID devices
    188 uhid*   at uhidev? reportid ?
    189 
    190 # USB Printer
    191 ulpt*   at uhub? port ? configuration ? interface ?
    192 
    193 # USB Modem
    194 umodem* at uhub? port ? configuration ?
    195 ucom*   at umodem?
    196 
    197 # Option N.V. Wireless WAN modems
    198 uhso*	at uhub? port ? configuration ?
    199 
    200 # USB Mass Storage
    201 umass*  at uhub? port ? configuration ? interface ?
    202 scsibus* at scsi?
    203 sd*	at scsibus? target ? lun ?
    204 
    205 # USB audio
    206 #uaudio* at uhub? port ? configuration ?
    207 
    208 # USB MIDI
    209 #umidi* at uhub? port ? configuration ?
    210 
    211 # USB IrDA
    212 # USB-IrDA bridge spec
    213 #uirda* at uhub? port ? configuration ? interface ?
    214 #irframe* at uirda?
    215 
    216 # Kyocera AIR-EDGE PHONE
    217 #ukyopon* at uhub? port ?
    218 #ucom*	at ukyopon? portno ?
    219 
    220 # USB Generic driver
    221 ugen*		at uhub? port ?
    222 
    223 # Audio support
    224 auaudio*	at aubus? addr ?		# STAC9745 audio codec
    225 audio*		at auaudio?
    226 
    227 spkr*		at audio?			# PC speaker (synthesized)
    228 
    229 # GPIOs
    230 augpio*	at aubus? addr ?
    231 gpio*	at augpio?
    232 
    233 # On-board devices
    234 obio*		at mainbus?
    235 
    236 #flash*		at obio? addr ?
    237 #lcd*		at obio? addr ?
    238 
    239 # Pseudo-devices
    240 
    241 # Disk/mass storage pseudo-devices
    242 #pseudo-device	ccd				# concatenated disk devices
    243 #pseudo-device	raid				# RAIDframe disk driver
    244 #options 	RAID_AUTOCONFIG			# auto-configuration of RAID
    245 #pseudo-device	fss				# file system snapshot device
    246 #pseudo-device	md				# memory disk device (ramdisk)
    247 pseudo-device	vnd				# disk-like interface to files
    248 
    249 # Network pseudo-devices
    250 pseudo-device	bpfilter			# Berkeley packet filter
    251 pseudo-device	ipfilter			# IP filter (firewall) and NAT
    252 pseudo-device	loop				# network loopback
    253 #pseudo-device	ppp				# Point-to-Point Protocol
    254 #pseudo-device	sl				# Serial Line IP
    255 #pseudo-device	strip				# Starmode Radio IP (Metricom)
    256 #pseudo-device	tun				# network tunneling over tty
    257 #pseudo-device	tap				# virtual Ethernet
    258 #pseudo-device	gre				# generic L3 over IP tunnel
    259 #pseudo-device	ipip				# RFC 2003 IP Encapsulation
    260 #pseudo-device	gif				# RFC1933 tunnel
    261 #pseudo-device	faith				# IPv[46] tcp relay translation 
    262 #pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
    263 pseudo-device	vlan				# IEEE 802.1q encapsulation
    264 pseudo-device	bridge				# simple inter-network bridging
    265 
    266 # Miscellaneous pseudo-devices
    267 pseudo-device	pty				# pseudo-terminals
    268 #pseudo-device	sequencer			# MIDI sequencer
    269 pseudo-device	clockctl			# user control of clock subsystem
    270 pseudo-device	ksyms				# /dev/ksyms
    271 
    272 # A pseudo device needed for Coda		# also needs CODA (above)
    273 #pseudo-device	vcoda				# coda minicache <-> venus comm.
    274