GUMSTIX revision 1.71
1# $NetBSD: GUMSTIX,v 1.71 2013/03/01 18:25:33 joerg 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 basix/connex motherboards 18options CPU_XSCALE_PXA270 # Support the verdex motherboards 19makeoptions CPUFLAGS="-mcpu=xscale" 20 21# Architecture options 22#options XSCALE_CACHE_WRITE_THROUGH 23options XSCALE_CACHE_READ_WRITE_ALLOCATE 24 25# Gumstix options 26options GUMSTIX 27# if not specified 'busheader=' in args from u-boot, use GXIO_DEFAULT_EXPANSION. 28options GUMSTIX_NETBSD_ARGS_BUSHEADER 29options GUMSTIX_NETBSD_ARGS_CONSOLE # dynamically configure console 30 # 'console=lcd' or ffuart,stuart 31 32# Standard system options 33 34options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 35#options NTP # NTP phase/frequency locked loop 36 37# File systems 38 39file-system FFS # UFS 40file-system EXT2FS # second extended file system (linux) 41file-system LFS # log-structured file system 42file-system MFS # memory file system 43file-system NFS # Network File System client 44#file-system NTFS # Windows/NT file system (experimental) 45#file-system CD9660 # ISO 9660 + Rock Ridge file system 46file-system MSDOSFS # MS-DOS file system 47file-system FDESC # /dev/fd 48file-system KERNFS # /kern 49file-system NULLFS # loopback file system 50file-system OVERLAY # overlay file system 51file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 52file-system PROCFS # /proc 53file-system UMAPFS # NULLFS + uid and gid remapping 54file-system UNION # union file system 55file-system CODA # Coda File System; also needs vcoda (below) 56file-system SMBFS # experimental - CIFS; also needs nsmb (below) 57file-system PTYFS # /dev/ptm support 58file-system TMPFS # Efficient memory file-system 59#file-system UDF # experimental - OSTA UDF CD/DVD file-system 60#file-system HFS # experimental - Apple HFS+ (read-only) 61 62# File system options 63#options QUOTA # legacy UFS quotas 64#options QUOTA2 # new, in-filesystem UFS quotas 65#options FFS_EI # FFS Endian Independent support 66options WAPBL # File system journaling support 67# Note that UFS_DIRHASH is suspected of causing kernel memory corruption. 68# It is not recommended for general use. 69#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 70#options NFSSERVER # Network File System server 71#options FFS_NO_SNAPSHOT # No FFS snapshot support 72#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 73 # immutable) behave as system flags. 74 75# Networking options 76 77#options GATEWAY # packet forwarding 78options INET # IP + ICMP + TCP + UDP 79options INET6 # IPv6 80options IPSEC # IP security 81options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 82options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 83#options IPSEC_DEBUG # debug for IP security 84#options MROUTING # IP multicast routing 85#options PIM # Protocol Independent Multicast 86#options NETATALK # AppleTalk networking 87#options PFIL_HOOKS # pfil(9) packet filter hooks 88#options PPP_BSDCOMP # BSD-Compress compression support for PPP 89#options PPP_DEFLATE # Deflate compression support for PPP 90#options PPP_FILTER # Active filter support for PPP (requires bpf) 91#options IPFILTER_LOG # ipmon(8) log support 92#options IPFILTER_LOOKUP # ippool(8) support 93options IPFILTER_COMPAT # Compat for IP-Filter 94#options IPFILTER_DEFAULT_BLOCK # block all packets by default 95#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 96 97options NFS_BOOT_BOOTP 98options NFS_BOOT_DHCP 99#options NFS_BOOT_BOOTPARAM 100 101# Compatibility options 102 103#options COMPAT_09 # NetBSD 0.9 compatibility. 104#options COMPAT_10 # NetBSD 1.0 compatibility. 105#options COMPAT_11 # NetBSD 1.1 compatibility. 106#options COMPAT_12 # NetBSD 1.2 compatibility. 107#options COMPAT_13 # NetBSD 1.3 compatibility. 108#options COMPAT_14 # NetBSD 1.4 compatibility. 109#options COMPAT_15 # NetBSD 1.5 compatibility. 110options COMPAT_16 # NetBSD 1.6 compatibility. 111options COMPAT_20 # NetBSD 2.0 compatibility. 112options COMPAT_30 # NetBSD 3.0 compatibility. 113options COMPAT_40 # NetBSD 4.0 compatibility. 114options COMPAT_50 # NetBSD 5.0 compatibility. 115options COMPAT_60 # NetBSD 6.0 compatibility. 116#options COMPAT_43 # 4.3BSD compatibility. 117#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 118 119options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility 120options COMPAT_LINUX # binary compatibility with Linux 121options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 122 123# Shared memory options 124 125#options SYSVMSG # System V-like message queues 126#options SYSVSEM # System V-like semaphores 127#options SYSVSHM # System V-like memory sharing 128 129# Device options 130 131#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 132#options MEMORY_DISK_IS_ROOT # use memory disk as root 133#options MEMORY_DISK_DYNAMIC 134#options MEMORY_DISK_ROOT_SIZE=22528 # Size in blocks 135 136# Miscellaneous kernel options 137 138options KTRACE # system call tracing, a la ktrace(1) 139options IRQSTATS # manage IRQ statistics 140#options KMEMSTATS # kernel memory statistics 141options PCMCIAVERBOSE # verbose PCMCIA configuration messages 142#options USBVERBOSE # verbose USB device autoconfig messages 143options MIIVERBOSE # Verbose MII autoconfuration messages 144#options DDB_KEYCODE=0x40 145#options USERCONF # userconf(4) support 146#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 147#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 148 149# Development and Debugging options 150 151#options PERFCTRS # performance counters 152options DIAGNOSTIC # internally consistency checks 153options DEBUG 154#options LOCKDEBUG 155#options PMAP_DEBUG # Enable pmap_debug_level code 156#options VERBOSE_INIT_ARM # verbose bootstraping messages 157options DDB # in-kernel debugger 158#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 159#options KGDB 160#options DEBUG_KGDB 161makeoptions DEBUG="-g" # compile full symbol table 162#makeoptions COPTS="-O2" 163options SYMTAB_SPACE=785000 164#options AUDIO_DEBUG=2 165 166config netbsd root on ? type ? 167config netbsd-sm0 root on sm0 type nfs 168config netbsd-smsh0 root on smsh0 type nfs 169 170# The main bus device 171mainbus0 at root 172 173# The boot cpu 174cpu0 at mainbus? 175 176# integrated peripherals 177pxaip0 at mainbus? 178 179pxaintc0 at pxaip? # interrupt controller 180options PXAGPIO_HAS_GPION_INTRS 181 182pxagpio0 at pxaip? # GPIO 183pxartc0 at pxaip? addr 0x40900000 # RTC 184 185# cotulla integrated 16550 UARTs 186options COM_PXA2X0 187com0 at pxaip? addr 0x40100000 intr 22 # Full Function UART 188com1 at pxaip? addr 0x40700000 intr 20 # Standard UART (console-st) 189com2 at pxaip? addr 0x40200000 intr 21 # Bluetooth UART (old bt or vx) 190com3 at pxaip? addr 0x41600000 intr 7 # Hardware UART(console-hw, bt) 191options FFUARTCONSOLE 192#options STUARTCONSOLE 193#options BTUARTCONSOLE 194#options HWUARTCONSOLE 195#options KGDB_DEVNAME="\"ffuart\"" # or stuart or btuart or hwuart 196#options KGDB_DEVRATE=115200 197 198# DMAC support 199pxadmac0 at pxaip? addr 0x40000000 intr 25 200options PXA2X0_DMAC_DMOVER_CONCURRENCY=4 # Enable dmover(9) backend 201#options PXA2X0_DMAC_FIXED_PRIORITY # Don't want multiple priority 202 203# AC97 Audio support 204pxaacu0 at pxaip? addr 0x40500000 intr 14 # Audiostix, Audiostx2, GPSstix 205 206# Audio support 207audio* at audiobus? 208 209# LCD 210lcd0 at pxaip? addr 0x44000000 # consoleLCD-vx,consoleLCD16-vx 211wsdisplay* at lcd? console ? 212 213# USB Host/Device Controller 214ohci0 at pxaip? addr 0x4c000000 intr 3 # consoleLCD-vx,consoleLCD16-vx 215 # ALSO NEEDS pxaudc 216pxaudc0 at pxaip? addr 0x40600000 217 218# integrated MMC/SD contoller 219pxamci0 at pxaip? addr 0x41100000 size 0x48 220sdmmc* at pxamci? 221#options PXAMCI_DEBUG 222#options SDMMC_DEBUG 223#options SDMMC_DUMP_CSD 224 225ld* at sdmmc? 226 227# gumstix device support 228gxio0 at pxaip? 229options GXIO_BLUETOOTH_ON_HWUART # Bluetooth module on HWUART 230#options GXIO_DEFAULT_EXPANSION="\"netCF\"" 231 232# gumstix expantion boards 233 234# SMC 91C111 235sm0 at gxio? addr 0x04000300 gpirq ? 236#sm0 at gxio? addr 0x04000300 gpirq 36 # etherstix,netMMC,netCF,netDUO 237#sm0 at gxio? addr 0x04000300 gpirq 99 # netCF-vx 238sm1 at gxio? addr 0x08000300 gpirq 27 # netDUO(2nd NIC) 239 240# SMSC LAN9117 241smsh0 at gxio? addr 0x04000300 gpirq 99 # netmicroSD-vx, netpro-vx 242 243# Inter-Integrated Circuit controller 244gxiic0 at pxaip? addr 0x40300000 245iic* at gxiic? 246#dsrtc* at iic? addr 0x68 # Can mount DS1307 at console, breakout 247 248# integrated PCMCIA/CF controller 249pxapcic0 at pxaip? addr 0x20000000 # cfstix, netCF 250 251# PCMCIA bus support 252pcmcia* at pxapcic? 253 254# Marvell 88W8385 255malo* at pcmcia? function ? # wifistix, netwifimicrosd, netpro-vx 256 257 258# PCMCIA serial interfaces 259com* at pcmcia? function ? # Modems and serial cards 260 261# PCMCIA IDE controllers 262wdc* at pcmcia? function ? 263atabus* at wdc? channel ? 264wd* at atabus? drive ? flags 0x0000 265 266# PCMCIA network interfaces 267ne* at pcmcia? function ? # NE2000-compatible Ethernet 268wi* at pcmcia? function ? # Lucent/Intersil WaveLAN/IEEE (802.11) 269#xirc* at pcmcia? function ? # Xircom CreditCard Ethernet 270#xi* at xirc? 271 272# MII/PHY support 273#acphy* at mii? phy ? # AMD/Altima AC101 PHYs 274sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 275ukphy* at mii? phy ? # smsh(4) internal PHY 276 277# PCMCIA USB controllers 278#slhci* at pcmcia? function ? # ScanLogic SL811HS 279 280# USB bus support 281usb* at ohci? 282#usb* at slhci? 283 284# USB Hubs 285uhub* at usb? 286uhub* at uhub? port ? 287 288# USB HID device 289uhidev* at uhub? port ? configuration ? interface ? 290 291# USB Mice 292ums* at uhidev? reportid ? 293wsmouse* at ums? mux 0 294 295# USB Keyboards 296ukbd* at uhidev? reportid ? 297wskbd* at ukbd? console ? mux 1 298 299# USB LCDs and USB-VGA adaptors 300udl* at uhub? port ? # DisplayLink DL-1x0/1x5 301wsdisplay* at udl? 302 303# USB Mass Storage 304umass* at uhub? port ? configuration ? interface ? 305#wd* at umass? 306 307# SCSI bus support 308scsibus* at scsi? 309 310# SCSI devices 311sd* at scsibus? target ? lun ? # SCSI disk drives 312 313# Bluetooth Controller and Device support 314 315# Bluetooth PCMCIA Controllers 316#btbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139 317 318# Bluetooth USB Controllers 319#ubt* at uhub? port ? 320#aubtfwl* at uhub? port ? 321 322# Bluetooth Device Hub 323bthub* at bcsp? 324#bthub* at btbc? 325bthub* at btuart? 326#bthub* at ubt? 327 328# Bluetooth HID support 329bthidev* at bthub? 330 331# Bluetooth Mouse 332btms* at bthidev? reportid ? 333wsmouse* at btms? mux 0 334 335# Bluetooth Keyboard 336btkbd* at bthidev? reportid ? 337wskbd* at btkbd? console ? mux 1 338 339# Bluetooth Apple Magic Mouse 340btmagic* at bthub? 341wsmouse* at btmagic? mux 0 342 343# Bluetooth Audio support 344btsco* at bthub? 345 346# Pseudo-Devices 347 348# disk/mass storage pseudo-devices 349#pseudo-device bio # RAID control device driver 350#pseudo-device ccd 4 # concatenated/striped disk devices 351pseudo-device cgd 4 # cryptographic disk devices 352#pseudo-device raid 8 # RAIDframe disk driver 353#options RAID_AUTOCONFIG # auto-configuration of RAID components 354# Options to enable various other RAIDframe RAID types. 355#options RF_INCLUDE_EVENODD=1 356#options RF_INCLUDE_RAID5_RS=1 357#options RF_INCLUDE_PARITYLOGGING=1 358#options RF_INCLUDE_CHAINDECLUSTER=1 359#options RF_INCLUDE_INTERDECLUSTER=1 360#options RF_INCLUDE_PARITY_DECLUSTERING=1 361#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 362#pseudo-device fss # file system snapshot device 363 364#pseudo-device md # memory disk device (ramdisk) 365pseudo-device vnd # disk-like interface to files 366options VND_COMPRESSION # compressed vnd(4) 367pseudo-device putter # for puffs and pud 368 369# network pseudo-devices 370pseudo-device bpfilter # Berkeley packet filter 371#pseudo-device carp # Common Address Redundancy Protocol 372pseudo-device ipfilter # IP filter (firewall) and NAT 373pseudo-device loop # network loopback 374pseudo-device ppp # Point-to-Point Protocol 375#pseudo-device pppoe # PPP over Ethernet (RFC 2516) 376#options PPPOE_SERVER # Enable PPPoE server via link0 377#pseudo-device sl # Serial Line IP 378#pseudo-device strip # Starmode Radio IP (Metricom) 379#pseudo-device irframetty # IrDA frame line discipline 380pseudo-device tap # virtual Ethernet 381#pseudo-device tun # network tunneling over tty 382#pseudo-device gre # generic L3 over IP tunnel 383#pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC 1933) 384#pseudo-device faith # IPv[46] TCP relay translation i/f 385#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 386#pseudo-device vlan # IEEE 802.1q encapsulation 387pseudo-device bridge # simple inter-network bridging 388#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 389#pseudo-device agr # IEEE 802.3ad link aggregation 390#pseudo-device pf # PF packet filter 391#pseudo-device pflog # PF log if 392 393# miscellaneous pseudo-devices 394pseudo-device pty # pseudo-terminals 395#pseudo-device sequencer 1 # MIDI sequencer 396options RND_COM 397pseudo-device clockctl # user control of clock subsystem 398pseudo-device ksyms # /dev/ksyms 399pseudo-device bcsp # BlueCore Serial Protocol 400pseudo-device btuart # Bluetooth HCI UART (H4) 401 # connect with Ericsson Bluetooth Module 402 # or Infineon SingleStone (PBA31307) 403 # or Infineon UniStone (PBA31308) 404 405# a pseudo device needed for Coda # also needs CODA (above) 406pseudo-device vcoda 4 # coda minicache <-> venus comm. 407 408# a pseudo device needed for SMBFS 409pseudo-device nsmb # experimental - SMB requester 410 411# wscons pseudo-devices 412pseudo-device wsmux # mouse & keyboard multiplexor 413#pseudo-device wsfont 414 415# data mover pseudo-devices 416pseudo-device swdmover # software dmover(9) back-end 417pseudo-device dmoverio # /dev/dmover dmover(9) interface 418 419# userland interface to drivers, including autoconf and properties retrieval 420pseudo-device drvctl 421 422#options FILEASSOC # fileassoc(9) - required for Veriexec 423 424# Veriexec 425#pseudo-device veriexec 426# 427# Uncomment the fingerprint methods below that are desired. Note that 428# removing fingerprint methods will have almost no impact on the kernel 429# code size. 430# 431#options VERIFIED_EXEC_FP_RMD160 432#options VERIFIED_EXEC_FP_SHA256 433#options VERIFIED_EXEC_FP_SHA384 434#options VERIFIED_EXEC_FP_SHA512 435#options VERIFIED_EXEC_FP_SHA1 436#options VERIFIED_EXEC_FP_MD5 437 438#options PAX_MPROTECT=0 # PaX mprotect(2) restrictions 439#options PAX_ASLR=0 # PaX Address Space Layout Randomization 440