OPENBLOCKS600 revision 1.21
1# $NetBSD: OPENBLOCKS600,v 1.21 2015/08/07 14:12:04 maxv Exp $ 2# 3# GENERIC -- everything that's currently supported 4# 5 6include "arch/evbppc/conf/std.obs600" 7 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 9 10#ident "OPENBLOCKS600-$Revision: 1.21 $" 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 26 27#options USERCONF # userconf(4) support 28#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 29#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 30 31#options UVMHIST 32#options UVMHIST_PRINT 33 34 35# 36# Diagnostic/debugging support options 37# 38 39#options DIAGNOSTIC # cheap kernel consistency checks 40options DEBUG # expensive debugging checks/support 41options DDB # in-kernel debugger 42options DDB_HISTORY_SIZE=512 # enable history editing in DDB 43options TRAP_PANICWAIT 44makeoptions COPY_SYMTAB=1 # size for embedded symbol table 45 46makeoptions DEBUG="-g" # compile full symbol table 47 48 49# 50# Compatibility options 51# 52 53#options COMPAT_09 # NetBSD 0.9, 54#options COMPAT_10 # NetBSD 1.0, 55#options COMPAT_11 # NetBSD 1.1, 56#options COMPAT_12 # NetBSD 1.2, 57options COMPAT_13 # NetBSD 1.3, 58options COMPAT_14 # NetBSD 1.4, 59options COMPAT_15 # NetBSD 1.5, 60options COMPAT_16 # NetBSD 1.6, 61options COMPAT_20 # NetBSD 2.0, 62options COMPAT_30 # NetBSD 3.0, 63options COMPAT_40 # NetBSD 4.0, 64options COMPAT_50 # NetBSD 5.0, 65options COMPAT_60 # NetBSD 6.0, and 66options COMPAT_70 # NetBSD 7.0 binary compatibility. 67options COMPAT_43 # 4.3BSD binary compatibility. 68#options COMPAT_386BSD_MBRPART # recognize old partition ID 69options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 70 71 72# 73# File systems 74# 75 76file-system FFS # UFS 77file-system EXT2FS # second extended file system (linux) 78file-system LFS # log-structured file system 79file-system MFS # memory file system 80file-system NFS # Network File System client 81file-system CD9660 # ISO 9660 + Rock Ridge file system 82file-system MSDOSFS # MS-DOS file system 83file-system FDESC # /dev/fd 84file-system KERNFS # /kern 85file-system NULLFS # loopback file system 86file-system OVERLAY # overlay file system 87file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 88file-system PROCFS # /proc 89file-system UMAPFS # NULLFS + uid and gid remapping 90file-system UNION # union file system 91file-system PTYFS # /dev/pts/N support 92file-system TMPFS # Efficient memory file-system 93#file-system NTFS # Windows NT file system (experimental) 94 95 96# 97# File system options 98# 99 100options QUOTA # legacy UFS quotas 101options QUOTA2 # new, in-filesystem UFS quotas 102options FFS_EI # FFS Endian Independent support 103options WAPBL # File system journaling support 104options NFSSERVER # Network File System server 105#options FFS_NO_SNAPSHOT # No FFS snapshot support 106options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 107 # immutable) behave as system flags. 108options NFS_BOOT_DHCP # Support DHCP NFS root 109 110 111# 112# Networking options 113# 114 115options GATEWAY # packet forwarding 116options INET # IP + ICMP + TCP + UDP 117options INET6 # IPv6 118#options IPSEC # IP security 119#options IPSEC_DEBUG # debug for IP security 120#options MROUTING # IP multicast routing 121#options PIM # Protocol Independent Multicast 122#options DIRECTED_BROADCAST # allow broadcasts through routers 123#options NETATALK # AppleTalk networking protocols 124options PPP_BSDCOMP # BSD-Compress compression support for PPP 125options PPP_DEFLATE # Deflate compression support for PPP 126options PPP_FILTER # Active filter support for PPP (requires bpf) 127options IPFILTER_LOG # ipmon(8) log support 128options IPFILTER_LOOKUP # ippool(8) support 129#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 130#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 131 132# These options enable verbose messages for several subsystems. 133# Warning, these may compile large string tables into the kernel! 134#options SCSIVERBOSE # human readable SCSI error messages 135#options USBVERBOSE # verbose USB device autoconfig messages 136 137# 138# Kernel root file system and dump configuration. 139# 140 141config netbsd root on ? type ? 142 143 144# 145# Device configuration 146# 147 148plb0 at root # Processor Local Bus 149cpu0 at plb? # CPU 150ecc0 at plb? irq 17 # On-chip ECC controller 151dwctwo0 at plb? addr 0xef6c0000 irq 94 # On-chip USB controller 152 153# On-chip Peripheral Bus support 154opb* at plb? # On-chip Peripheral Bus 155wdog* at opb? # Watchdog timer 156com* at opb? addr ? irq ? # UARTs 157emac* at opb? addr ? irq ? # Ethernet Media Access Controller 158options EMAC_EVENT_COUNTERS 159options EMAC_RGMII_PHY 160 161gpiic* at opb? addr ? irq ? # On-chip IIC controller 162iic* at gpiic? # I2C bus 163m41trtc0 at iic? addr 0x68 # Dallas DS1340C Real Time Clock 164 165opbgpio0 at opb? addr ? irq ? # On-chip GPIO controller 166gpio* at opbgpio? # GPIO framework 167 168# USB bus support 169usb* at dwctwo? 170 171# USB Hubs 172uhub* at usb? 173uhub* at uhub? port ? 174 175# USB Mass Storage 176umass* at uhub? port ? configuration ? interface ? 177scsibus* at umass? 178sd* at scsibus? target ? lun ? # SCSI disk drives 179 180# MII/PHY support 181brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 182 183 184# 185# Pseudo devices 186# 187 188# disk/mass storage pseudo-devices 189#pseudo-device ccd # concatenated/striped disk devices 190#pseudo-device cgd # cryptographic disk devices 191#pseudo-device raid # RAIDframe disk driver 192#options RAID_AUTOCONFIG # auto-configuration of RAID components 193#pseudo-device fss # file system snapshot device 194#pseudo-device md # memory disk device 195#pseudo-device vnd # disk-like interface to files 196 197# network pseudo-devices 198pseudo-device loop # network loopback 199pseudo-device bpfilter # packet filter 200pseudo-device ipfilter # IP filter (firewall) and NAT 201pseudo-device ppp # Point-to-Point Protocol 202pseudo-device pppoe # PPP over Ethernet (RFC 2516) 203#options PPPOE_SERVER # Enable PPPoE server via link0 204pseudo-device sl # Serial Line IP 205pseudo-device strip # Starmode Radio IP (Metricom) 206#pseudo-device irframetty # IrDA frame line discipline 207pseudo-device tap # virtual ethernet 208pseudo-device tun # network tunneling over tty 209pseudo-device gre # generic L3 over IP tunnel 210pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC 1933) 211#pseudo-device faith # IPv[46] TCP relay translation i/f 212pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 213pseudo-device vlan # IEEE 802.1q encapsulation 214pseudo-device bridge # simple inter-network bridging 215#options BRIDGE_IPF # bridge uses IPv[46] pfil hooks too 216pseudo-device agr # IEEE 802.3ad link aggregation 217#pseudo-device pf # PF packet filter 218#pseudo-device pflog # PF log if 219 220# miscellaneous pseudo-devices 221pseudo-device pty # pseudo-terminals 222pseudo-device clockctl # user control of clock subsystem 223pseudo-device ksyms # /dev/ksyms 224pseudo-device putter # for puffs and pud 225