LUBBOCK revision 1.4
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_PXA2X0 # 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 PORTAL # portal filesystem (still experimental) 41#file-system PROCFS # /proc 42#file-system UMAPFS # NULLFS + uid and gid remapping 43#file-system UNION # union file system 44 45# File system options 46#options QUOTA # UFS quotas 47#options FFS_EI # FFS Endian Independant support 48#options NFSSERVER 49options SOFTDEP 50 51# Networking options 52 53#options GATEWAY # packet forwarding 54options INET # IP + ICMP + TCP + UDP 55options INET6 # IPV6 56#options IPSEC # IP security 57#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 58#options IPSEC_DEBUG # debug for IP security 59#options MROUTING # IP multicast routing 60#options NS # XNS 61#options NSIP # XNS tunneling over IP 62#options ISO,TPIP # OSI 63#options EON # OSI tunneling over IP 64#options CCITT,LLC,HDLC # X.25 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_16 # NetBSD 1.6 compatibility. 80#options COMPAT_15 # NetBSD 1.5 compatibility. 81#options COMPAT_14 # NetBSD 1.4 compatibility. 82#options COMPAT_13 # NetBSD 1.3 compatibility. 83#options COMPAT_12 # NetBSD 1.2 compatibility. 84#options COMPAT_11 # NetBSD 1.1 compatibility. 85#options COMPAT_10 # NetBSD 1.0 compatibility. 86#options COMPAT_09 # NetBSD 0.9 compatibility. 87#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 88 89# Shared memory options 90 91#options SYSVMSG # System V-like message queues 92#options SYSVSEM # System V-like semaphores 93#options SEMMNI=10 # number of semaphore identifiers 94#options SEMMNS=60 # number of semaphores in system 95#options SEMUME=10 # max number of undo entries per process 96#options SEMMNU=30 # number of undo structures in system 97#options SYSVSHM # System V-like memory sharing 98#options SHMMAXPGS=1024 # 1024 pages is the default 99 100# Device options 101 102#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 103#options MEMORY_DISK_ROOT_SIZE=16384 # Size in blocks 104#options MEMORY_DISK_DYNAMIC 105#options MINIROOTSIZE=1000 # Size in blocks 106#options MEMORY_DISK_IS_ROOT # use memory disk as root 107 108# Miscellaneous kernel options 109options KTRACE # system call tracing, a la ktrace(1) 110#options LKM # loadable kernel modules 111#options KMEMSTATS # kernel memory statistics 112options PCMCIAVERBOSE # verbose PCMCIA configuration messages 113#options SCSIVERBOSE # Verbose SCSI errors 114#options MIIVERBOSE # Verbose MII autoconfuration messages 115#options DDB_KEYCODE=0x40 116#options USERCONF # userconf(4) support 117 118# Development and Debugging options 119 120options DIAGNOSTIC # internally consistency checks 121#options DEBUG 122#options PMAP_DEBUG # Enable pmap_debug_level code 123#options IPKDB # remote kernel debugging 124#options VERBOSE_INIT_ARM # verbose bootstraping messages 125#options DDB # in-kernel debugger 126#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 127#options KGDB 128#options DEBUG_KGDB 129#makeoptions DEBUG="-g" # compile full symbol table 130#options SYMTAB_SPACE=200000 131 132config netbsd root on ? type ? 133config netbsd-sm0 root on sm0 type nfs 134 135# The main bus device 136mainbus0 at root 137 138# The boot cpu 139cpu0 at mainbus? 140 141# integrated peripherals 142pxaip0 at mainbus? 143 144pxaintc0 at pxaip? # interrupt controller 145pxagpio0 at pxaip? # GPIO 146 147# cotulla integrated 16550 UARTs 148options COM_PXA2X0 149com0 at pxaip? addr 0x40100000 intr 22 # Full Function UART 150com1 at pxaip? addr 0x40200000 intr 21 # BlueTootth UART 151#com2 at pxaip? addr 0x40700000 intr 20 # Standard UART (for IrDA) 152options FFUARTCONSOLE 153options BTUARTCONSOLE 154options KGDB_DEVNAME="\"btuart\"" # ffuart or btuart 155options KGDB_DEVRATE=115200 156 157#aupxa0 at pxaip? # AC97 interface 158 159# Audio support 160#audio* at audiobus? 161 162# On-board device support 163obio0 at pxaip? intr 8 164sm0 at obio? addr 0x0c000000 intr 3 # on-board SMC 91C96 165#options LUBBOCK_SMC91C96_16BIT 166 167# LCD 168lcd0 at obio? 169wsdisplay* at lcd? console ? 170options WSEMUL_VT100 # VT100 / VT220 emulation 171 172# SA1111 companion chip 173sacc0 at obio? addr 0x10000000 intr 1 174 175sacpcic* at sacc? 176pcmcia* at sacpcic? 177 178sackbc0 at sacc0 addr 0x0a00 intr 21 179#sackbc1 at sacc0 addr 0x0c00 intr 18 180 181pckbd* at sackbc0 slot 0 # slot is bogus but needed. 182wskbd* at pckbd? # console ? 183#pms* at sackbc1 slot 0 184#wsmouse* at pms? mux 0 185 186# PCMCIA serial interfaces 187com* at pcmcia? function ? # Modems and serial cards 188 189pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 190com* at pcmcom? slave ? # ...and the slave devices 191 192# PCMCIA SCSI controllers 193aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 194esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI 195 196# SCSI bus support 197scsibus* at scsi? 198 199# SCSI devices 200sd* at scsibus? target ? lun ? # SCSI disk drives 201st* at scsibus? target ? lun ? # SCSI tape drives 202cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 203ch* at scsibus? target ? lun ? # SCSI autochangers 204ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 205ss* at scsibus? target ? lun ? # SCSI scanners 206uk* at scsibus? target ? lun ? # SCSI unknown 207 208# PCMCIA IDE controllers and disks 209wdc* at pcmcia? function ? 210wd* at wdc? 211 212# 213# Networking devices 214# 215an* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11) 216awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 217cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 218ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 219mbe* at pcmcia? function ? # MB8696x based Ethernet 220ne* at pcmcia? function ? # NE2000-compatible Ethernet 221ray* at pcmcia? function ? # Raytheon Raylink (802.11) 222sm* at pcmcia? function ? # Megahertz Ethernet 223tr* at pcmcia? function ? # TROPIC based Token-Ring 224wi* at pcmcia? function ? # Lucent/Intersil WaveLan IEEE (802.11) 225xi* at pcmcia? function ? # Xircom CreditCard Ethernet 226 227mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 228com* at mhzc? 229sm* at mhzc? 230 231# PCMCIA audio devices 232#esl* at pcmcia? function ? # ESS 1688 AudioDrive 233 234# Pseudo-Devices 235 236# disk/mass storage pseudo-devices 237pseudo-device md 1 # memory disk device (ramdisk) 238#pseudo-device vnd 4 # disk-like interface to files 239 240# network pseudo-devices 241pseudo-device bpfilter 4 # Berkeley packet filter 242pseudo-device loop # network loopback 243 244# miscellaneous pseudo-devices 245pseudo-device pty # pseudo-terminals 246#pseudo-device rnd # /dev/random and in-kernel generator 247 248pseudo-device wsmux # mouse & keyboard multiplexor 249