Home | History | Annotate | Line # | Download | only in conf
GUMSTIX revision 1.18
      1 #	$NetBSD: GUMSTIX,v 1.18 2007/08/21 12:43:33 kiyohara Exp $
      2 #
      3 #	GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
      4 #
      5 
      6 include 	"arch/evbarm/conf/std.gumstix"
      7 
      8 # estimated number of users
      9 
     10 maxusers	32
     11 
     12 # CPU options
     13 
     14 # For XScale systems
     15 options 	CPU_XSCALE_PXA250	# Support the XScale core
     16 makeoptions	CPUFLAGS="-mcpu=xscale"
     17 
     18 # Architecture options
     19 #options 	XSCALE_CACHE_WRITE_THROUGH
     20 options 	XSCALE_CACHE_READ_WRITE_ALLOCATE
     21 
     22 # Standard system options
     23 
     24 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     25 #options 	NTP		# NTP phase/frequency locked loop
     26 
     27 # File systems
     28 
     29 file-system	FFS		# UFS
     30 file-system 	EXT2FS		# second extended file system (linux)
     31 #file-system	LFS		# log-structured file system
     32 file-system	MFS		# memory file system
     33 file-system	NFS		# Network file system client
     34 #file-system 	NTFS		# Windows/NT file system (experimental)
     35 file-system	CD9660		# ISO 9660 + Rock Ridge file system
     36 file-system	MSDOSFS		# MS-DOS file system
     37 file-system	FDESC		# /dev/fd
     38 file-system	KERNFS		# /kern
     39 file-system	NULLFS		# loopback file system
     40 #file-system 	OVERLAY		# overlay file system
     41 file-system	PORTAL		# portal filesystem (still experimental)
     42 file-system	PROCFS		# /proc
     43 #file-system	UMAPFS		# NULLFS + uid and gid remapping
     44 file-system	UNION		# union file system
     45 #file-system	CODA		# Coda File System; also needs vcoda (below)
     46 #file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
     47 file-system	PTYFS		# /dev/pts/N support
     48 file-system	TMPFS		# Efficient memory file-system
     49 #file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
     50 #file-system	HFS		# experimental - Apple HFS+ (read-only)
     51 
     52 # File system options
     53 #options 	QUOTA		# UFS quotas
     54 #options 	FFS_EI		# FFS Endian Independant support
     55 options 	SOFTDEP
     56 #options 	NFSSERVER
     57 #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     58 #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     59 				# immutable) behave as system flags.
     60 
     61 # Networking options
     62 
     63 #options 	GATEWAY		# packet forwarding
     64 options 	INET		# IP + ICMP + TCP + UDP
     65 options 	INET6		# IPV6
     66 options 	IPSEC		# IP security
     67 options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
     68 options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
     69 #options 	IPSEC_DEBUG	# debug for IP security
     70 #options 	MROUTING	# IP multicast routing
     71 #options 	ISO,TPIP	# OSI
     72 #options 	EON		# OSI tunneling over IP
     73 #options 	NETATALK	# AppleTalk networking
     74 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     75 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     76 #options 	PPP_DEFLATE	# Deflate compression support for PPP
     77 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     78 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     79 
     80 options 	NFS_BOOT_BOOTP
     81 options 	NFS_BOOT_DHCP
     82 #options 	NFS_BOOT_BOOTPARAM
     83 
     84 # Compatibility options
     85 
     86 #options 	COMPAT_09	# NetBSD 0.9 compatibility.
     87 #options 	COMPAT_10	# NetBSD 1.0 compatibility.
     88 #options 	COMPAT_11	# NetBSD 1.1 compatibility.
     89 #options 	COMPAT_12	# NetBSD 1.2 compatibility.
     90 #options 	COMPAT_13	# NetBSD 1.3 compatibility.
     91 #options 	COMPAT_14	# NetBSD 1.4 compatibility.
     92 #options 	COMPAT_15	# NetBSD 1.5 compatibility.
     93 options 	COMPAT_16	# NetBSD 1.6 compatibility.
     94 options 	COMPAT_20	# NetBSD 2.0 compatibility.
     95 options 	COMPAT_30	# NetBSD 3.0 compatibility.
     96 options 	COMPAT_40	# NetBSD 4.0 compatibility.
     97 #options 	COMPAT_43	# 4.3BSD compatibility.
     98 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     99 
    100 options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
    101 options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
    102 
    103 # Shared memory options
    104 
    105 #options 	SYSVMSG		# System V-like message queues
    106 #options 	SYSVSEM		# System V-like semaphores
    107 #options 	SEMMNI=10	# number of semaphore identifiers
    108 #options 	SEMMNS=60	# number of semaphores in system
    109 #options 	SEMUME=10	# max number of undo entries per process
    110 #options 	SEMMNU=30	# number of undo structures in system
    111 #options 	SYSVSHM		# System V-like memory sharing
    112 #options 	SHMMAXPGS=1024	# 1024 pages is the default
    113 options 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
    114 
    115 # Device options
    116 
    117 #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    118 #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    119 #options 	MEMORY_DISK_DYNAMIC
    120 #options 	MEMORY_DISK_ROOT_SIZE=22528	# Size in blocks
    121 #options 	MEMORY_RBFLAGS=RB_AUTOBOOT
    122 
    123 # Miscellaneous kernel options
    124 
    125 options 	KTRACE		# system call tracing, a la ktrace(1)
    126 #options 	SYSTRACE	# system call vetting via systrace(1)
    127 options 	IRQSTATS	# manage IRQ statistics
    128 #options 	LKM		# loadable kernel modules
    129 #options 	KMEMSTATS	# kernel memory statistics
    130 options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
    131 #options 	USBVERBOSE	# verbose USB device autoconfig messages
    132 options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    133 #options 	DDB_KEYCODE=0x40
    134 #options 	USERCONF	# userconf(4) support
    135 #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    136 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
    137 
    138 # Development and Debugging options
    139 
    140 #options 	PERFCTRS	# performance counters
    141 options 	DIAGNOSTIC	# internally consistency checks
    142 options 	DEBUG
    143 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    144 #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    145 options 	DDB		# in-kernel debugger
    146 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    147 #options 	KGDB
    148 #options 	DEBUG_KGDB
    149 makeoptions	DEBUG="-g -O2"	# compile full symbol table
    150 options 	SYMTAB_SPACE=350000
    151 #options 	AUDIO_DEBUG=2
    152 
    153 config		netbsd		root on ? type ?
    154 config		netbsd-sm0	root on sm0 type nfs
    155 
    156 # The main bus device
    157 mainbus0 at root
    158 
    159 # The boot cpu
    160 cpu0	at mainbus?
    161 
    162 # integrated peripherals
    163 pxaip0	at mainbus?
    164 
    165 pxaintc0 at pxaip?				# interrupt controller
    166 options 	PXAGPIO_HAS_GPION_INTRS
    167 
    168 pxagpio0 at pxaip?				# GPIO
    169 pxartc0	at pxaip?				# RTC
    170 
    171 # cotulla integrated 16550 UARTs
    172 options COM_PXA2X0
    173 com0	at pxaip? addr 0x40100000 intr 22	# Full Function UART
    174 com1	at pxaip? addr 0x40700000 intr 20	# Standard UART (console-st)
    175 com2	at pxaip? addr 0x40200000 intr 21	# Bluetooth UART (older -bt)
    176 com3	at pxaip? addr 0x41600000 intr 7	# Hardware UART(console-hw, -bt)
    177 options 	FFUARTCONSOLE
    178 #options 	STUARTCONSOLE
    179 #options 	BTUARTCONSOLE
    180 #options 	HWUARTCONSOLE
    181 #options 	KGDB_DEVNAME="\"ffuart\""	# or stuart or btuart or hwuart
    182 #options 	KGDB_DEVRATE=115200
    183 
    184 # DMAC support
    185 pxadmac0 at pxaip? addr 0x40000000 intr 25
    186 options 	PXA2X0_DMAC_DMOVER_CONCURRENCY=4 # Enable dmover(9) backend
    187 #options 	PXA2X0_DMAC_FIXED_PRIORITY	# Don't want multiple priority
    188 
    189 # AC97 Audio support
    190 pxaacu0	at pxaip? addr 0x40500000 intr 14
    191 
    192 # Audio support
    193 audio*	at audiobus?
    194 
    195 # LCD
    196 #lcd0	at pxaip?
    197 #wsdisplay* at lcd? console ?
    198 
    199 # USB Controller and Devices
    200 pxaudc0	at pxaip?				# USB Device Controller
    201 
    202 # integrated MMC/SD contoller
    203 #pxamci0	at pxaip? addr 0x41100000 size 0x48
    204 #sdmmc*	at pxamci?
    205 #options 	PXAMCI_DEBUG
    206 #options 	SDMMC_DEBUG
    207 #options 	SDMMC_DUMP_CSD
    208 
    209 # SCSI bus support
    210 #scsibus* at scsi?
    211 
    212 # SCSI devices
    213 #sd*	at scsibus? target ? lun ? # SCSI disk drives
    214 #uk*	at scsibus? target ? lun ? # SCSI unknown
    215 
    216 # gumstix device support
    217 gxio0	at pxaip?
    218 options 	GXIO_BLUETOOTH_ON_HWUART	# Bluetooth module on HWUART
    219 options 	GXIO_DEFAULT_EXPANSION="\"netCF\""
    220 
    221 # gumstix expantion boards
    222 
    223 # SMC 91C111
    224 sm0	at gxio? addr 0x04000300 gpirq 36	# etherstix, net{MMC,CF,DUO}
    225 sm1	at gxio? addr 0x08000300 gpirq 27	# netDUO(2nd NIC)
    226 
    227 # Inter-Integrated Circuit controller
    228 gxiic0	at pxaip?
    229 iic*	at gxiic?
    230 #dsrtc*	at iic? addr 0x68		# Can mount DS1307 at console, breakout
    231 
    232 # integrated PCMCIA/CF controller
    233 pxapcic0 at pxaip?				# cfstix, netCF
    234 
    235 # PCMCIA bus support
    236 pcmcia*	at pxapcic?
    237 
    238 # PCMCIA serial interfaces
    239 com*	at pcmcia? function ?		# Modems and serial cards
    240 
    241 # PCMCIA IDE controllers
    242 wdc*	at pcmcia? function ?
    243 atabus*	at wdc? channel ?
    244 wd*	at atabus? drive ? flags 0x0000
    245 
    246 # PCMCIA network interfaces
    247 ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    248 wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
    249 xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
    250 xi*	at xirc?
    251 
    252 # MII/PHY support
    253 acphy*	at mii? phy ?			# AMD/Altima AC101 PHYs
    254 sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    255 
    256 # USB Devices
    257 
    258 # USB bus support
    259 
    260 # USB Hubs
    261 #uhub*	at usb?
    262 #uhub*	at uhub? port ?
    263 
    264 # USB HID device
    265 #uhidev*	at uhub? port ? configuration ? interface ?
    266 
    267 # USB Mice
    268 #ums*	at uhidev? reportid ?
    269 #wsmouse* at ums? mux 0
    270 
    271 # USB eGalax touch-panel
    272 #uep*	at uhub? port ?
    273 #wsmouse* at uep? mux 0
    274 
    275 # USB Keyboards
    276 #ukbd*	at uhidev? reportid ?
    277 #wskbd*	at ukbd? console ? mux 1
    278 
    279 # USB serial adapter
    280 #ucycom*	at uhidev? reportid ?
    281 
    282 # USB Generic HID devices
    283 #uhid*	at uhidev? reportid ?
    284 
    285 # USB Printer
    286 #ulpt*	at uhub? port ? configuration ? interface ?
    287 
    288 # USB Modem
    289 #umodem*	at uhub? port ? configuration ?
    290 #ucom*	at umodem?
    291 
    292 # USB Mass Storage
    293 #umass*	at uhub? port ? configuration ? interface ?
    294 #wd*	at umass?
    295 
    296 # USB audio
    297 #uaudio*	at uhub? port ? configuration ?
    298 
    299 # USB MIDI
    300 #umidi* at uhub? port ? configuration ?
    301 
    302 # USB IrDA
    303 # USB-IrDA bridge spec
    304 #uirda* at uhub? port ? configuration ? interface ?
    305 #irframe* at uirda?
    306 
    307 # SigmaTel STIr4200 USB/IrDA Bridge
    308 #ustir* at uhub? port ?
    309 #irframe* at ustir?
    310 
    311 # USB Ethernet adapters
    312 #aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    313 #axe*	at uhub? port ?		# ASIX AX88172 based adapters
    314 #cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
    315 #cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    316 #kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    317 #udav*	at uhub? port ?		# Davicom DM9601 based adapters
    318 #url*	at uhub? port ?		# Realtek RTL8150L based adapters
    319 
    320 # USB 802.11 adapters
    321 #atu*	at uhub? port ?		# Atmel AT76C50XX based adapters
    322 #ral*	at uhub? port ?		# Ralink Technology RT25x0 802.11a/b/g
    323 #rum*	at uhub? port ?		# Ralink Technology RT2501/RT2601 802.11a/b/g
    324 #zyd*	at uhub? port ?		# Zydas ZD1211
    325 
    326 # Prolific PL2301/PL2302 host-to-host adapter
    327 #upl*	at uhub? port ?
    328 
    329 # Serial adapters
    330 #ubsa*	at uhub? port ?		# Belkin serial adapter
    331 #ucom*	at ubsa? portno ?
    332 
    333 #uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
    334 #ucom*	at uftdi? portno ?
    335 
    336 #uipaq*	at uhub? port ?		# iPAQ PDAs
    337 #ucom*	at uipaq? portno ?
    338 
    339 #umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
    340 #ucom*	at umct? portno ?
    341 
    342 #uplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
    343 #ucom*	at uplcom? portno ?
    344 
    345 #uslsa*	at uhub? port ?		# Silicon Labs USB-RS232 serial adapter
    346 #ucom*	at uslsa? portno ?
    347 
    348 #uvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
    349 #ucom*	at uvscom? portno ?
    350 
    351 # Diamond Multimedia Rio 500
    352 #urio*	at uhub? port ?
    353 
    354 # USB Handspring Visor
    355 #uvisor*	at uhub? port ?
    356 #ucom*	at uvisor?
    357 
    358 # Kyocera AIR-EDGE PHONE
    359 #ukyopon* at uhub? port ?
    360 #ucom*	at ukyopon? portno ?
    361 
    362 # USB scanners
    363 #uscanner* at uhub? port ?
    364 
    365 # USB scanners that use SCSI emulation, e.g., HP5300
    366 #usscanner* at uhub? port ?
    367 
    368 # Topfield TF5000PVR range of DVB recorders
    369 #utoppy*	at uhub? port ?
    370 
    371 # Y@P firmware loader
    372 #uyap* at uhub? port ?
    373 
    374 # D-Link DSB-R100 USB radio
    375 #udsbr*	at uhub? port ?
    376 #radio*	at udsbr?
    377 
    378 # USB Generic driver
    379 #ugen*	at uhub? port ?
    380 # On ugen bulk endpoints, perform read-ahead and write-behind.
    381 #options UGEN_BULK_RA_WB
    382 
    383 # Bluetooth Controller and Device support
    384 
    385 # Bluetooth PCMCIA Controllers
    386 #bt3c*	at pcmcia? function ?		# 3Com 3CRWB6096-A
    387 #btbc*	at pcmcia? function ?		# AnyCom BlueCard LSE041/039/139
    388 
    389 # Bluetooth USB Controllers
    390 #ubt*	at uhub? port ?
    391 
    392 # Bluetooth Device Hub
    393 #bthub*	at bt3c?
    394 #bthub*	at btbc?
    395 bthub*	at btuart?
    396 #bthub*	at ubt?
    397 
    398 # Bluetooth HID support
    399 #bthidev* at bthub?
    400 
    401 # Bluetooth Mouse
    402 #btms*	at bthidev? reportid ?
    403 #wsmouse* at btms? mux 0
    404 
    405 # Bluetooth Keyboard
    406 #btkbd*	at bthidev? reportid ?
    407 #wskbd*	at btkbd? console ? mux 1
    408 
    409 # Bluetooth Audio support
    410 #btsco*	at bthub?
    411 
    412 # Pseudo-Devices
    413 
    414 pseudo-device	crypto			# /dev/crypto device
    415 pseudo-device	swcrypto		# software crypto implementation
    416 
    417 # disk/mass storage pseudo-devices
    418 #pseudo-device	bio			# RAID control device driver
    419 #pseudo-device	ccd		4	# concatenated/striped disk devices
    420 #pseudo-device	cgd		4	# cryptographic disk devices
    421 #pseudo-device	raid		8	# RAIDframe disk driver
    422 #options	RAID_AUTOCONFIG		# auto-configuration of RAID components
    423 # Options to enable various other RAIDframe RAID types.
    424 #options	RF_INCLUDE_EVENODD=1
    425 #options	RF_INCLUDE_RAID5_RS=1
    426 #options	RF_INCLUDE_PARITYLOGGING=1
    427 #options	RF_INCLUDE_CHAINDECLUSTER=1
    428 #options	RF_INCLUDE_INTERDECLUSTER=1
    429 #options	RF_INCLUDE_PARITY_DECLUSTERING=1
    430 #options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    431 #pseudo-device	fss		4	# file system snapshot device
    432 
    433 pseudo-device	md		1	# memory disk device (ramdisk)
    434 pseudo-device	vnd			# disk-like interface to files
    435 options		VND_COMPRESSION		# compressed vnd(4)
    436 
    437 # network pseudo-devices
    438 pseudo-device	bpfilter		# Berkeley packet filter
    439 #pseudo-device	carp			# Common Address Redundancy Protocol
    440 pseudo-device	ipfilter		# IP filter (firewall) and NAT
    441 pseudo-device	loop			# network loopback
    442 pseudo-device	ppp			# Point-to-Point Protocol
    443 #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    444 #pseudo-device	sl			# Serial Line IP
    445 #pseudo-device	strip			# Starmode Radio IP (Metricom)
    446 #pseudo-device	irframetty		# IrDA frame line discipline
    447 #pseudo-device	tap			# virtual Ethernet
    448 #pseudo-device	tun			# network tunneling over tty
    449 #pseudo-device	gre			# generic L3 over IP tunnel
    450 #pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    451 #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    452 #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    453 #pseudo-device	vlan			# IEEE 802.1q encapsulation
    454 #pseudo-device	bridge			# simple inter-network bridging
    455 #options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    456 #pseudo-device	agr			# IEEE 802.3ad link aggregation
    457 #pseudo-device	pf			# PF packet filter
    458 #pseudo-device	pflog			# PF log if
    459 
    460 # miscellaneous pseudo-devices
    461 pseudo-device	pty			# pseudo-terminals
    462 #pseudo-device	sequencer	1	# MIDI sequencer
    463 pseudo-device	rnd			# /dev/random and in-kernel generator
    464 options		RND_COM
    465 pseudo-device	clockctl		# user control of clock subsystem
    466 pseudo-device	ksyms			# /dev/ksyms
    467 pseudo-device	btuart			# Bluetooth HCI UART (H4)
    468 
    469 # a pseudo device needed for Coda	# also needs CODA (above)
    470 #pseudo-device	vcoda		4	# coda minicache <-> venus comm.
    471 
    472 # a pseudo device needed for SMBFS
    473 #pseudo-device	nsmb			# experimental - SMB requester
    474 
    475 # wscons pseudo-devices
    476 #pseudo-device	wsmux			# mouse & keyboard multiplexor
    477 #pseudo-device	wsfont
    478 
    479 # data mover pseudo-devices
    480 #pseudo-device	swdmover		# softare dmover(9) back-end
    481 #pseudo-device	dmoverio		# /dev/dmover dmover(9) interface
    482 
    483 # Veriexec
    484 #pseudo-device	veriexec
    485 #
    486 # Uncomment the fingerprint methods below that are desired. Note that
    487 # removing fingerprint methods will have almost no impact on the kernel
    488 # code size.
    489 #
    490 #options VERIFIED_EXEC_FP_RMD160
    491 #options VERIFIED_EXEC_FP_SHA256
    492 #options VERIFIED_EXEC_FP_SHA384
    493 #options VERIFIED_EXEC_FP_SHA512
    494 #options VERIFIED_EXEC_FP_SHA1
    495 #options VERIFIED_EXEC_FP_MD5
    496