LUBBOCK revision 1.58
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 PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 42#file-system UMAPFS # NULLFS + uid and gid remapping 43#file-system UNION # union file system 44file-system PTYFS # /dev/pts/N support 45 46# File system options 47#options QUOTA # legacy UFS quotas 48#options QUOTA2 # new, in-filesystem UFS quotas 49#options DISKLABEL_EI # disklabel Endian Independent support 50#options FFS_EI # FFS Endian Independent support 51#options NFSSERVER 52options WAPBL # File system journaling support 53#options FFS_NO_SNAPSHOT # No FFS snapshot support 54 55# Networking options 56 57#options GATEWAY # packet forwarding 58options INET # IP + ICMP + TCP + UDP 59options INET6 # IPV6 60#options IPSEC # IP security 61#options IPSEC_DEBUG # debug for IP security 62#options MROUTING # IP multicast routing 63#options PIM # Protocol Independent Multicast 64#options NETATALK # AppleTalk networking 65#options PPP_BSDCOMP # BSD-Compress compression support for PPP 66#options PPP_DEFLATE # Deflate compression support for PPP 67#options PPP_FILTER # Active filter support for PPP (requires bpf) 68#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 69 70options NFS_BOOT_BOOTP 71options NFS_BOOT_DHCP 72options NFS_BOOT_BOOTPARAM 73 74# Compatibility options 75 76options COMPAT_NETBSD32 # allow running arm (e.g. non-earm) binaries 77#options COMPAT_43 # 4.3BSD compatibility. 78#options COMPAT_09 # NetBSD 0.9, 79#options COMPAT_10 # NetBSD 1.0, 80#options COMPAT_11 # NetBSD 1.1, 81#options COMPAT_12 # NetBSD 1.2, 82#options COMPAT_13 # NetBSD 1.3, 83#options COMPAT_14 # NetBSD 1.4, 84#options COMPAT_15 # NetBSD 1.5, 85options COMPAT_16 # NetBSD 1.6, 86options COMPAT_20 # NetBSD 2.0, 87options COMPAT_30 # NetBSD 3.0, 88options COMPAT_40 # NetBSD 4.0, 89options COMPAT_50 # NetBSD 5.0, 90options COMPAT_60 # NetBSD 6.0, and 91options COMPAT_70 # NetBSD 7.0 binary compatibility. 92#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 93options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 94 95# Shared memory options 96 97#options SYSVMSG # System V-like message queues 98#options SYSVSEM # System V-like semaphores 99#options SYSVSHM # System V-like memory sharing 100 101# Device options 102 103#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 104#options MEMORY_DISK_ROOT_SIZE=16384 # Size in blocks 105#options MEMORY_DISK_DYNAMIC 106#options MINIROOTSIZE=1000 # Size in blocks 107#options MEMORY_DISK_IS_ROOT # use memory disk as root 108 109# Miscellaneous kernel options 110options KTRACE # system call tracing, a la ktrace(1) 111options PCMCIAVERBOSE # verbose PCMCIA configuration messages 112#options SCSIVERBOSE # Verbose SCSI errors 113#options MIIVERBOSE # Verbose MII autoconfuration messages 114#options DDB_KEYCODE=0x40 115#options USERCONF # userconf(4) support 116 117# Development and Debugging options 118 119options DIAGNOSTIC # internal consistency checks 120#options DEBUG 121#options PMAP_DEBUG # Enable pmap_debug_level code 122#options VERBOSE_INIT_ARM # verbose bootstraping messages 123#options DDB # in-kernel debugger 124#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 125#options KGDB 126#options DEBUG_KGDB 127#makeoptions DEBUG="-g" # compile full symbol table 128#makeoptions COPY_SYMTAB=1 129 130config netbsd root on ? type ? 131config netbsd-sm0 root on sm0 type nfs 132 133# The main bus device 134mainbus0 at root 135 136# The boot cpu 137cpu0 at mainbus? 138 139# integrated peripherals 140pxaip0 at mainbus? 141 142pxaintc0 at pxaip? # interrupt controller 143pxagpio0 at pxaip? # GPIO 144 145# cotulla integrated 16550 UARTs 146options COM_PXA2X0 147com0 at pxaip? addr 0x40100000 intr 22 # Full Function UART 148com1 at pxaip? addr 0x40200000 intr 21 # BlueTootth UART 149#com2 at pxaip? addr 0x40700000 intr 20 # Standard UART (for IrDA) 150options FFUARTCONSOLE 151options BTUARTCONSOLE 152options KGDB_DEVNAME="\"btuart\"" # ffuart or btuart 153options KGDB_DEVRATE=115200 154 155# DMAC support 156pxadmac0 at pxaip? addr 0x40000000 intr 25 157options PXA2X0_DMAC_DMOVER_CONCURRENCY=4 # Enable dmover(9) backend 158#options PXA2X0_DMAC_FIXED_PRIORITY # Don't want multiple priority 159 160# AC97 Audio support 161pxaacu0 at pxaip? addr 0x40500000 intr 14 162audio* at audiobus? 163 164spkr* at audio? # PC speaker (synthesized) 165 166# On-board device support 167obio0 at pxaip? intr 8 168sm0 at obio? addr 0x0c000000 intr 3 # on-board SMC 91C96 169#options LUBBOCK_SMC91C96_16BIT 170 171# LCD 172lcd0 at obio? 173wsdisplay* at lcd? console ? 174options WSEMUL_VT100 # VT100 / VT220 emulation 175options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 176 177# SA1111 companion chip 178sacc0 at obio? addr 0x10000000 intr 1 179 180sacpcic* at sacc? 181pcmcia* at sacpcic? 182 183sackbc0 at sacc0 addr 0x0a00 intr 21 184sackbc1 at sacc0 addr 0x0c00 intr 18 185 186# PS/2 controller of SA-1111 doesn't have "slot"; One device is attached 187# to one controller. However, pckbd driver requires "slot 0" and pms driver 188# requires "slot 1" 189pckbd* at sackbc0 slot 0 190wskbd* at pckbd? # console ? 191pms* at sackbc1 slot 1 192wsmouse* at pms? mux 0 193 194# PCMCIA serial interfaces 195com* at pcmcia? function ? # Modems and serial cards 196 197pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 198com* at pcmcom? slave ? # ...and the slave devices 199 200# PCMCIA SCSI controllers 201aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 202esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI 203 204# SCSI bus support 205scsibus* at scsi? 206 207# SCSI devices 208sd* at scsibus? target ? lun ? # SCSI disk drives 209st* at scsibus? target ? lun ? # SCSI tape drives 210cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 211ch* at scsibus? target ? lun ? # SCSI autochangers 212ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 213ss* at scsibus? target ? lun ? # SCSI scanners 214uk* at scsibus? target ? lun ? # SCSI unknown 215 216# PCMCIA IDE controllers and disks 217wdc* at pcmcia? function ? 218atabus* at wdc? channel ? 219wd* at atabus? drive ? flags 0x0000 220 221# 222# Networking devices 223# 224an* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11) 225awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 226cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 227ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 228mbe* at pcmcia? function ? # MB8696x based Ethernet 229ne* at pcmcia? function ? # NE2000-compatible Ethernet 230ray* at pcmcia? function ? # Raytheon Raylink (802.11) 231sm* at pcmcia? function ? # Megahertz Ethernet 232tr* at pcmcia? function ? # TROPIC based Token-Ring 233wi* at pcmcia? function ? # Lucent/Intersil WaveLan IEEE (802.11) 234xirc* at pcmcia? function ? # Xircom CreditCard Ethernet 235com* at xirc? 236xi* at xirc? 237 238mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 239com* at mhzc? 240sm* at mhzc? 241 242# Pseudo-Devices 243 244# disk/mass storage pseudo-devices 245pseudo-device md # memory disk device (ramdisk) 246#pseudo-device vnd # disk-like interface to files 247#pseudo-device fss # file system snapshot device 248#pseudo-device putter # for puffs and pud 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 257pseudo-device wsmux # mouse & keyboard multiplexor 258