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