1# 2# LUBBOCK -- Intel LUBBOCK Evaluation Board Kernel 3# 4 5include "arch/evbarm/conf/std.lubbock" 6 7# estimated number of users 8 9maxusers 32 10 11#options INTR_DEBUG 12 13# Standard system options 14 15options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 16#options NTP # NTP phase/frequency locked loop 17 18# CPU options 19 20options CPU_XSCALE_PXA250 # Support the XScale core 21#options XSCALE_CACHE_WRITE_THROUGH 22#options XSCALE_CACHE_WRITE_BACK 23makeoptions CPUFLAGS="-mcpu=xscale" 24 25# Architecture options 26 27# File systems 28 29file-system FFS # UFS 30#file-system LFS # log-structured file system 31file-system MFS # memory file system 32file-system NFS # Network file system 33#file-system ADOSFS # AmigaDOS-compatible file system 34#file-system EXT2FS # second extended file system (linux) 35#file-system CD9660 # ISO 9660 + Rock Ridge file system 36file-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 PROCFS # /proc 41#file-system UMAPFS # NULLFS + uid and gid remapping 42#file-system UNION # union file system 43file-system PTYFS # /dev/pts/N support 44 45# File system options 46#options QUOTA # UFS quotas 47#options FFS_EI # FFS Endian Independant support 48#options NFSSERVER 49options WAPBL # File system journaling support - Experimental 50#options FFS_NO_SNAPSHOT # No FFS snapshot support 51 52# Networking options 53 54#options GATEWAY # packet forwarding 55options INET # IP + ICMP + TCP + UDP 56options INET6 # IPV6 57#options IPSEC # IP security 58#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 59#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 60#options IPSEC_DEBUG # debug for IP security 61#options MROUTING # IP multicast routing 62#options PIM # Protocol Independent Multicast 63#options ISO,TPIP # OSI 64#options EON # OSI tunneling over IP 65#options NETATALK # AppleTalk networking 66#options PFIL_HOOKS # pfil(9) packet filter hooks 67#options PPP_BSDCOMP # BSD-Compress compression support for PPP 68#options PPP_DEFLATE # Deflate compression support for PPP 69#options PPP_FILTER # Active filter support for PPP (requires bpf) 70#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 71 72options NFS_BOOT_BOOTP 73options NFS_BOOT_DHCP 74options NFS_BOOT_BOOTPARAM 75 76# Compatibility options 77 78#options COMPAT_43 # 4.3BSD compatibility. 79options COMPAT_50 # NetBSD 5.0 compatibility. 80options COMPAT_40 # NetBSD 4.0 compatibility. 81options COMPAT_30 # NetBSD 3.0 compatibility. 82options COMPAT_20 # NetBSD 2.0 compatibility. 83options COMPAT_16 # NetBSD 1.6 compatibility. 84#options COMPAT_15 # NetBSD 1.5 compatibility. 85#options COMPAT_14 # NetBSD 1.4 compatibility. 86#options COMPAT_13 # NetBSD 1.3 compatibility. 87#options COMPAT_12 # NetBSD 1.2 compatibility. 88#options COMPAT_11 # NetBSD 1.1 compatibility. 89#options COMPAT_10 # NetBSD 1.0 compatibility. 90#options COMPAT_09 # NetBSD 0.9 compatibility. 91#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 92options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 93 94# Shared memory options 95 96#options SYSVMSG # System V-like message queues 97#options SYSVSEM # System V-like semaphores 98#options SEMMNI=10 # number of semaphore identifiers 99#options SEMMNS=60 # number of semaphores in system 100#options SEMUME=10 # max number of undo entries per process 101#options SEMMNU=30 # number of undo structures in system 102#options SYSVSHM # System V-like memory sharing 103 104# Device options 105 106#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 107#options MEMORY_DISK_ROOT_SIZE=16384 # Size in blocks 108#options MEMORY_DISK_DYNAMIC 109#options MINIROOTSIZE=1000 # Size in blocks 110#options MEMORY_DISK_IS_ROOT # use memory disk as root 111 112# Miscellaneous kernel options 113options KTRACE # system call tracing, a la ktrace(1) 114#options KMEMSTATS # kernel memory statistics 115options PCMCIAVERBOSE # verbose PCMCIA configuration messages 116#options SCSIVERBOSE # Verbose SCSI errors 117#options MIIVERBOSE # Verbose MII autoconfuration messages 118#options DDB_KEYCODE=0x40 119#options USERCONF # userconf(4) support 120 121# Development and Debugging options 122 123options DIAGNOSTIC # internally consistency checks 124#options DEBUG 125#options PMAP_DEBUG # Enable pmap_debug_level code 126#options VERBOSE_INIT_ARM # verbose bootstraping messages 127#options DDB # in-kernel debugger 128#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 129#options KGDB 130#options DEBUG_KGDB 131#makeoptions DEBUG="-g" # compile full symbol table 132#options SYMTAB_SPACE=200000 133 134config netbsd root on ? type ? 135config netbsd-sm0 root on sm0 type nfs 136 137# The main bus device 138mainbus0 at root 139 140# The boot cpu 141cpu0 at mainbus? 142 143# integrated peripherals 144pxaip0 at mainbus? 145 146pxaintc0 at pxaip? # interrupt controller 147pxagpio0 at pxaip? # GPIO 148 149# cotulla integrated 16550 UARTs 150options COM_PXA2X0 151com0 at pxaip? addr 0x40100000 intr 22 # Full Function UART 152com1 at pxaip? addr 0x40200000 intr 21 # BlueTootth UART 153#com2 at pxaip? addr 0x40700000 intr 20 # Standard UART (for IrDA) 154options FFUARTCONSOLE 155options BTUARTCONSOLE 156options KGDB_DEVNAME="\"btuart\"" # ffuart or btuart 157options KGDB_DEVRATE=115200 158 159# DMAC support 160pxadmac0 at pxaip? addr 0x40000000 intr 25 161options PXA2X0_DMAC_DMOVER_CONCURRENCY=4 # Enable dmover(9) backend 162#options PXA2X0_DMAC_FIXED_PRIORITY # Don't want multiple priority 163 164# AC97 Audio support 165pxaacu0 at pxaip? addr 0x40500000 intr 14 166audio* at audiobus? 167 168# On-board device support 169obio0 at pxaip? intr 8 170sm0 at obio? addr 0x0c000000 intr 3 # on-board SMC 91C96 171#options LUBBOCK_SMC91C96_16BIT 172 173# LCD 174lcd0 at obio? 175wsdisplay* at lcd? console ? 176options WSEMUL_VT100 # VT100 / VT220 emulation 177 178# SA1111 companion chip 179sacc0 at obio? addr 0x10000000 intr 1 180 181sacpcic* at sacc? 182pcmcia* at sacpcic? 183 184sackbc0 at sacc0 addr 0x0a00 intr 21 185sackbc1 at sacc0 addr 0x0c00 intr 18 186 187# PS/2 controller of SA-1111 doesn't have "slot"; One device is attached 188# to one controller. However, pckbd driver requires "slot 0" and pms driver 189# requires "slot 1" 190pckbd* at sackbc0 slot 0 191wskbd* at pckbd? # console ? 192pms* at sackbc1 slot 1 193wsmouse* at pms? mux 0 194 195# PCMCIA serial interfaces 196com* at pcmcia? function ? # Modems and serial cards 197 198pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 199com* at pcmcom? slave ? # ...and the slave devices 200 201# PCMCIA SCSI controllers 202aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 203esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI 204 205# SCSI bus support 206scsibus* at scsi? 207 208# SCSI devices 209sd* at scsibus? target ? lun ? # SCSI disk drives 210st* at scsibus? target ? lun ? # SCSI tape drives 211cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 212ch* at scsibus? target ? lun ? # SCSI autochangers 213ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 214ss* at scsibus? target ? lun ? # SCSI scanners 215uk* at scsibus? target ? lun ? # SCSI unknown 216 217# PCMCIA IDE controllers and disks 218wdc* at pcmcia? function ? 219atabus* at wdc? channel ? 220wd* at atabus? drive ? flags 0x0000 221 222# 223# Networking devices 224# 225an* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11) 226awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 227cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 228ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 229mbe* at pcmcia? function ? # MB8696x based Ethernet 230ne* at pcmcia? function ? # NE2000-compatible Ethernet 231ray* at pcmcia? function ? # Raytheon Raylink (802.11) 232sm* at pcmcia? function ? # Megahertz Ethernet 233tr* at pcmcia? function ? # TROPIC based Token-Ring 234wi* at pcmcia? function ? # Lucent/Intersil WaveLan IEEE (802.11) 235xirc* at pcmcia? function ? # Xircom CreditCard Ethernet 236com* at xirc? 237xi* at xirc? 238 239mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 240com* at mhzc? 241sm* at mhzc? 242 243# Pseudo-Devices 244 245# disk/mass storage pseudo-devices 246pseudo-device md 1 # memory disk device (ramdisk) 247#pseudo-device vnd # disk-like interface to files 248#pseudo-device fss # file system snapshot device 249 250# network pseudo-devices 251pseudo-device bpfilter # Berkeley packet filter 252pseudo-device loop # network loopback 253 254# miscellaneous pseudo-devices 255pseudo-device pty # pseudo-terminals 256#pseudo-device rnd # /dev/random and in-kernel generator 257 258pseudo-device wsmux # mouse & keyboard multiplexor 259