1# $NetBSD: OPENBLOCKS266,v 1.56 2011/06/30 20:09:29 wiz Exp $ 2# 3# GENERIC -- everything that's currently supported 4# 5 6include "arch/evbppc/conf/std.obs266" 7 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 9 10#ident "OPENBLOCKS266-$Revision: 1.56 $" 11 12maxusers 32 13 14 15# 16# Standard system options 17# 18 19#options INSECURE # disable kernel security levels 20#options NTP # NTP phase/frequency locked loop 21#options KTRACE # system call tracing via ktrace(1) 22 23options SYSVMSG # System V message queues 24options SYSVSEM # System V semaphores 25options SYSVSHM # System V shared memory 26options P1003_1B_SEMAPHORE # p1003.1b semaphore support 27 28 29#options USERCONF # userconf(4) support 30#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 31#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 32 33#options UVMHIST 34#options UVMHIST_PRINT 35 36 37# 38# Diagnostic/debugging support options 39# 40 41#options DIAGNOSTIC # cheap kernel consistency checks 42options DEBUG # expensive debugging checks/support 43#options KMEMSTATS # kernel memory statistics (vmstat -m) 44options DDB # in-kernel debugger 45options DDB_HISTORY_SIZE=512 # enable history editing in DDB 46options TRAP_PANICWAIT 47options SYMTAB_SPACE=666000 # size for embedded symbol table 48 49makeoptions DEBUG="-g" # compile full symbol table 50 51 52# 53# Compatibility options 54# 55 56#options COMPAT_09 # NetBSD 0.9, 57#options COMPAT_10 # NetBSD 1.0, 58#options COMPAT_11 # NetBSD 1.1, 59#options COMPAT_12 # NetBSD 1.2, 60options COMPAT_13 # NetBSD 1.3, 61options COMPAT_14 # NetBSD 1.4, 62options COMPAT_15 # NetBSD 1.5, 63options COMPAT_16 # NetBSD 1.6, 64options COMPAT_20 # NetBSD 2.0, 65options COMPAT_30 # NetBSD 3.0, 66options COMPAT_40 # NetBSD 4.0, 67options COMPAT_50 # NetBSD 5.0 compatibility. 68options COMPAT_43 # and 4.3BSD 69#options COMPAT_386BSD_MBRPART # recognize old partition ID 70options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 71 72 73# 74# File systems 75# 76 77file-system FFS # UFS 78file-system EXT2FS # second extended file system (linux) 79file-system LFS # log-structured file system 80file-system MFS # memory file system 81file-system NFS # Network File System client 82file-system CD9660 # ISO 9660 + Rock Ridge file system 83file-system MSDOSFS # MS-DOS file system 84file-system FDESC # /dev/fd 85file-system KERNFS # /kern 86file-system NULLFS # loopback file system 87file-system OVERLAY # overlay file system 88file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 89file-system PROCFS # /proc 90file-system UMAPFS # NULLFS + uid and gid remapping 91file-system UNION # union file system 92file-system PTYFS # /dev/pts/N support 93file-system TMPFS # Efficient memory file-system 94#file-system NTFS # Windows NT file system (experimental) 95 96 97# 98# File system options 99# 100 101options QUOTA # legacy UFS quotas 102options QUOTA2 # new, in-filesystem UFS quotas 103options FFS_EI # FFS Endian Independent support 104options WAPBL # File system journaling support - Experimental 105options NFSSERVER # Network File System server 106#options FFS_NO_SNAPSHOT # No FFS snapshot support 107options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 108 # immutable) behave as system flags. 109options NFS_BOOT_DHCP # Support DHCP NFS root 110 111 112# 113# Networking options 114# 115 116options GATEWAY # packet forwarding 117options INET # IP + ICMP + TCP + UDP 118options INET6 # IPv6 119#options IPSEC # IP security 120#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 121#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 122#options IPSEC_DEBUG # debug for IP security 123#options MROUTING # IP multicast routing 124#options PIM # Protocol Independent Multicast 125#options DIRECTED_BROADCAST # allow broadcasts through routers 126options ISO,TPIP # OSI 127#options EON # OSI tunneling over IP 128#options NETATALK # AppleTalk networking protocols 129options PPP_BSDCOMP # BSD-Compress compression support for PPP 130options PPP_DEFLATE # Deflate compression support for PPP 131options PPP_FILTER # Active filter support for PPP (requires bpf) 132options PFIL_HOOKS # pfil(9) packet filter hooks 133options IPFILTER_LOG # ipmon(8) log support 134options IPFILTER_LOOKUP # ippool(8) support 135#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 136#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 137 138 139# 140# Kernel root file system and dump configuration. 141# 142 143config netbsd root on ? type ? 144 145 146# 147# Device configuration 148# 149 150plb0 at root # Processor Local Bus 151cpu0 at plb? # CPU 152ecc0 at plb? irq 17 # On-chip ECC controller 153pchb0 at plb? # PCI-Host bridges 154 155# On-chip Peripheral Bus support 156opb* at plb? # On-chip Peripheral Bus 157wdog* at opb? # Watchdog timer 158com* at opb? addr ? irq ? # UARTs 159emac0 at opb? addr ? irq ? # Ethernet Media Access Controller 160options EMAC_EVENT_COUNTERS 161gpiic0 at opb? addr ? irq ? # On-chip IIC controller 162iic0 at gpiic? # I2C bus 163xrtc0 at iic? addr 0x6f # RTC 164opbgpio0 at opb? addr ? irq ? # On-chip GPIO controller 165gpio* at opbgpio? # GPIO framework 166 167# PCI bus support 168pci* at pchb? 169options PCIVERBOSE # verbose PCI device autoconfig messages 170#options PCI_CONFIG_DUMP # verbosely dump PCI config space 171options PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever 172 # to configure PCI devices 173#options PCI_CONFIGURE_VERBOSE # Show PCI config information 174ppb* at pci? dev ? function ? # PCI-PCI bridges 175hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 176tlp* at pci? dev ? function ? # DECchip 21x4x and clones 177 178# ATA (IDE) bus support 179atabus* at ata? 180wd* at atabus? drive ? 181 182# MII/PHY support 183dmphy* at mii? phy ? # Davicom DM9101/9102 PHYs 184lxtphy* at mii? phy ? # Level One LXT-970 PHYs 185ukphy* at mii? phy ? # unknown PHYs 186options MIIVERBOSE # verbose PHY autoconfig messages 187 188 189# 190# Pseudo devices 191# 192 193# disk/mass storage pseudo-devices 194#pseudo-device ccd 4 # concatenated/striped disk devices 195#pseudo-device cgd 4 # cryptographic disk devices 196#pseudo-device raid 4 # RAIDframe disk driver 197#options RAID_AUTOCONFIG # auto-configuration of RAID components 198#pseudo-device fss # file system snapshot device 199#pseudo-device md # memory disk device 200#pseudo-device vnd # disk-like interface to files 201 202# network pseudo-devices 203pseudo-device loop # network loopback 204pseudo-device bpfilter # packet filter 205pseudo-device ipfilter # IP filter (firewall) and NAT 206pseudo-device ppp # Point-to-Point Protocol 207pseudo-device pppoe # PPP over Ethernet (RFC 2516) 208pseudo-device sl # Serial Line IP 209pseudo-device strip # Starmode Radio IP (Metricom) 210pseudo-device irframetty # IrDA frame line discipline 211pseudo-device tap # virtual ethernet 212pseudo-device tun # network tunneling over tty 213pseudo-device gre # generic L3 over IP tunnel 214pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC 1933) 215#pseudo-device faith # IPv[46] TCP relay translation i/f 216pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 217pseudo-device vlan # IEEE 802.1q encapsulation 218pseudo-device bridge # simple inter-network bridging 219#options BRIDGE_IPF # bridge uses IPv[46] pfil hooks too 220pseudo-device agr # IEEE 802.3ad link aggregation 221#pseudo-device pf # PF packet filter 222#pseudo-device pflog # PF log if 223 224# miscellaneous pseudo-devices 225pseudo-device pty # pseudo-terminals 226pseudo-device rnd # /dev/random and in-kernel generator 227pseudo-device clockctl # user control of clock subsystem 228pseudo-device ksyms # /dev/ksyms 229pseudo-device putter # for puffs and pud 230