OPENBLOCKS266 revision 1.71 1 # $NetBSD: OPENBLOCKS266,v 1.71 2017/07/29 18:08:57 maxv Exp $
2 #
3 # GENERIC -- everything that's currently supported
4 #
5
6 include "arch/evbppc/conf/std.obs266"
7
8 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9
10 #ident "OPENBLOCKS266-$Revision: 1.71 $"
11
12 maxusers 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
23 options SYSVMSG # System V message queues
24 options SYSVSEM # System V semaphores
25 options 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
40 options DEBUG # expensive debugging checks/support
41 options DDB # in-kernel debugger
42 options DDB_HISTORY_SIZE=512 # enable history editing in DDB
43 options TRAP_PANICWAIT
44 makeoptions COPY_SYMTAB=1 # size for embedded symbol table
45
46 makeoptions 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,
57 options COMPAT_13 # NetBSD 1.3,
58 options COMPAT_14 # NetBSD 1.4,
59 options COMPAT_15 # NetBSD 1.5,
60 options COMPAT_16 # NetBSD 1.6,
61 options COMPAT_20 # NetBSD 2.0,
62 options COMPAT_30 # NetBSD 3.0,
63 options COMPAT_40 # NetBSD 4.0,
64 options COMPAT_50 # NetBSD 5.0,
65 options COMPAT_60 # NetBSD 6.0, and
66 options COMPAT_70 # NetBSD 7.0 binary compatibility.
67 options COMPAT_43 # and 4.3BSD
68 #options COMPAT_386BSD_MBRPART # recognize old partition ID
69 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
70
71
72 #
73 # File systems
74 #
75
76 file-system FFS # UFS
77 file-system EXT2FS # second extended file system (linux)
78 file-system LFS # log-structured file system
79 file-system MFS # memory file system
80 file-system NFS # Network File System client
81 file-system CD9660 # ISO 9660 + Rock Ridge file system
82 file-system MSDOSFS # MS-DOS file system
83 file-system FDESC # /dev/fd
84 file-system KERNFS # /kern
85 file-system NULLFS # loopback file system
86 file-system OVERLAY # overlay file system
87 file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
88 file-system PROCFS # /proc
89 file-system UMAPFS # NULLFS + uid and gid remapping
90 file-system UNION # union file system
91 file-system PTYFS # /dev/pts/N support
92 file-system TMPFS # Efficient memory file-system
93 #file-system NTFS # Windows NT file system (experimental)
94
95
96 #
97 # File system options
98 #
99
100 options QUOTA # legacy UFS quotas
101 options QUOTA2 # new, in-filesystem UFS quotas
102 options FFS_EI # FFS Endian Independent support
103 options WAPBL # File system journaling support
104 options NFSSERVER # Network File System server
105 #options FFS_NO_SNAPSHOT # No FFS snapshot support
106 options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
107 # immutable) behave as system flags.
108 options NFS_BOOT_DHCP # Support DHCP NFS root
109
110
111 #
112 # Networking options
113 #
114
115 options GATEWAY # packet forwarding
116 options INET # IP + ICMP + TCP + UDP
117 options 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
124 options PPP_BSDCOMP # BSD-Compress compression support for PPP
125 options PPP_DEFLATE # Deflate compression support for PPP
126 options PPP_FILTER # Active filter support for PPP (requires bpf)
127 options IPFILTER_LOG # ipmon(8) log support
128 options IPFILTER_LOOKUP # ippool(8) support
129 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
130
131
132 #
133 # Kernel root file system and dump configuration.
134 #
135
136 config netbsd root on ? type ?
137
138
139 #
140 # Device configuration
141 #
142
143 plb0 at root # Processor Local Bus
144 cpu0 at plb? # CPU
145 ecc0 at plb? irq 17 # On-chip ECC controller
146 pchb0 at plb? # PCI-Host bridges
147
148 # On-chip Peripheral Bus support
149 opb* at plb? # On-chip Peripheral Bus
150 wdog* at opb? # Watchdog timer
151 com* at opb? addr ? irq ? # UARTs
152 emac0 at opb? addr ? irq ? # Ethernet Media Access Controller
153 options EMAC_EVENT_COUNTERS
154 gpiic0 at opb? addr ? irq ? # On-chip IIC controller
155 iic0 at gpiic? # I2C bus
156 xrtc0 at iic? addr 0x6f # RTC
157 opbgpio0 at opb? addr ? irq ? # On-chip GPIO controller
158 gpio* at opbgpio? # GPIO framework
159
160 # PCI bus support
161 pci* at pchb?
162 options PCIVERBOSE # verbose PCI device autoconfig messages
163 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
164 options PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever
165 # to configure PCI devices
166 #options PCI_CONFIGURE_VERBOSE # Show PCI config information
167 ppb* at pci? dev ? function ? # PCI-PCI bridges
168 hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers
169 tlp* at pci? dev ? function ? # DECchip 21x4x and clones
170
171 # ATA (IDE) bus support
172 atabus* at ata?
173 wd* at atabus? drive ?
174
175 # MII/PHY support
176 dmphy* at mii? phy ? # Davicom DM9101/9102 PHYs
177 lxtphy* at mii? phy ? # Level One LXT-970 PHYs
178 ukphy* at mii? phy ? # unknown PHYs
179 options MIIVERBOSE # verbose PHY autoconfig messages
180
181
182 #
183 # Pseudo devices
184 #
185
186 # disk/mass storage pseudo-devices
187 #pseudo-device ccd # concatenated/striped disk devices
188 #pseudo-device cgd # cryptographic disk devices
189 #pseudo-device raid # RAIDframe disk driver
190 #options RAID_AUTOCONFIG # auto-configuration of RAID components
191 #pseudo-device fss # file system snapshot device
192 #pseudo-device md # memory disk device
193 #pseudo-device vnd # disk-like interface to files
194
195 # network pseudo-devices
196 pseudo-device loop # network loopback
197 pseudo-device bpfilter # packet filter
198 pseudo-device ipfilter # IP filter (firewall) and NAT
199 pseudo-device ppp # Point-to-Point Protocol
200 pseudo-device pppoe # PPP over Ethernet (RFC 2516)
201 pseudo-device sl # Serial Line IP
202 pseudo-device strip # Starmode Radio IP (Metricom)
203 pseudo-device irframetty # IrDA frame line discipline
204 pseudo-device tap # virtual ethernet
205 pseudo-device tun # network tunneling over tty
206 pseudo-device gre # generic L3 over IP tunnel
207 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC 1933)
208 #pseudo-device faith # IPv[46] TCP relay translation i/f
209 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
210 pseudo-device vlan # IEEE 802.1q encapsulation
211 pseudo-device bridge # simple inter-network bridging
212 #options BRIDGE_IPF # bridge uses IPv[46] pfil hooks too
213 pseudo-device agr # IEEE 802.3ad link aggregation
214 #pseudo-device pf # PF packet filter
215 #pseudo-device pflog # PF log if
216
217 # miscellaneous pseudo-devices
218 pseudo-device pty # pseudo-terminals
219 pseudo-device clockctl # user control of clock subsystem
220 pseudo-device ksyms # /dev/ksyms
221 pseudo-device putter # for puffs and pud
222