OPENBLOCKS266 revision 1.75 1 # $NetBSD: OPENBLOCKS266,v 1.75 2019/04/26 21:40:29 sevan 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.75 $"
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 # Alternate buffer queue strategies for better responsiveness under high
36 # disk I/O load.
37 #options BUFQ_READPRIO
38 options BUFQ_PRIOCSCAN
39
40 #
41 # Diagnostic/debugging support options
42 #
43
44 #options DIAGNOSTIC # cheap kernel consistency checks
45 options DEBUG # expensive debugging checks/support
46 options DDB # in-kernel debugger
47 options DDB_HISTORY_SIZE=512 # enable history editing in DDB
48 options TRAP_PANICWAIT
49 makeoptions COPY_SYMTAB=1 # size for embedded symbol table
50
51 makeoptions DEBUG="-g" # compile full symbol table
52
53
54 #
55 # Compatibility options
56 #
57
58 include "conf/compat_netbsd13.config"
59 #options COMPAT_386BSD_MBRPART # recognize old partition ID
60
61 #
62 # File systems
63 #
64
65 file-system FFS # UFS
66 file-system EXT2FS # second extended file system (linux)
67 file-system LFS # log-structured file system
68 file-system MFS # memory file system
69 file-system NFS # Network File System client
70 file-system CD9660 # ISO 9660 + Rock Ridge file system
71 file-system MSDOSFS # MS-DOS file system
72 file-system FDESC # /dev/fd
73 file-system KERNFS # /kern
74 file-system NULLFS # loopback file system
75 file-system OVERLAY # overlay file system
76 file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
77 file-system PROCFS # /proc
78 file-system UMAPFS # NULLFS + uid and gid remapping
79 file-system UNION # union file system
80 file-system PTYFS # /dev/pts/N support
81 file-system TMPFS # Efficient memory file-system
82 #file-system NTFS # Windows NT file system (experimental)
83
84
85 #
86 # File system options
87 #
88
89 options QUOTA # legacy UFS quotas
90 options QUOTA2 # new, in-filesystem UFS quotas
91 options FFS_EI # FFS Endian Independent support
92 options WAPBL # File system journaling support
93 options NFSSERVER # Network File System server
94 #options FFS_NO_SNAPSHOT # No FFS snapshot support
95 options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
96 # immutable) behave as system flags.
97 options NFS_BOOT_DHCP # Support DHCP NFS root
98
99
100 #
101 # Networking options
102 #
103
104 options GATEWAY # packet forwarding
105 options INET # IP + ICMP + TCP + UDP
106 options INET6 # IPv6
107 #options IPSEC # IP security
108 #options IPSEC_DEBUG # debug for IP security
109 #options MROUTING # IP multicast routing
110 #options PIM # Protocol Independent Multicast
111 #options NETATALK # AppleTalk networking protocols
112 options PPP_BSDCOMP # BSD-Compress compression support for PPP
113 options PPP_DEFLATE # Deflate compression support for PPP
114 options PPP_FILTER # Active filter support for PPP (requires bpf)
115 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
116
117
118 #
119 # Kernel root file system and dump configuration.
120 #
121
122 config netbsd root on ? type ?
123
124
125 #
126 # Device configuration
127 #
128
129 plb0 at root # Processor Local Bus
130 cpu0 at plb? # CPU
131 ecc0 at plb? irq 17 # On-chip ECC controller
132 pchb0 at plb? # PCI-Host bridges
133
134 # On-chip Peripheral Bus support
135 opb* at plb? # On-chip Peripheral Bus
136 wdog* at opb? # Watchdog timer
137 com* at opb? addr ? irq ? # UARTs
138 emac0 at opb? addr ? irq ? # Ethernet Media Access Controller
139 options EMAC_EVENT_COUNTERS
140 gpiic0 at opb? addr ? irq ? # On-chip IIC controller
141 iic0 at gpiic? # I2C bus
142 xrtc0 at iic? addr 0x6f # RTC
143 opbgpio0 at opb? addr ? irq ? # On-chip GPIO controller
144 gpio* at opbgpio? # GPIO framework
145
146 # PCI bus support
147 pci* at pchb?
148 options PCIVERBOSE # verbose PCI device autoconfig messages
149 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
150 options PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever
151 # to configure PCI devices
152 #options PCI_CONFIGURE_VERBOSE # Show PCI config information
153 ppb* at pci? dev ? function ? # PCI-PCI bridges
154 hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers
155 tlp* at pci? dev ? function ? # DECchip 21x4x and clones
156
157 # ATA (IDE) bus support
158 atabus* at ata?
159 wd* at atabus? drive ?
160
161 # MII/PHY support
162 dmphy* at mii? phy ? # Davicom DM9101/9102 PHYs
163 lxtphy* at mii? phy ? # Level One LXT-970 PHYs
164 ukphy* at mii? phy ? # unknown PHYs
165 options MIIVERBOSE # verbose PHY autoconfig messages
166
167
168 #
169 # Pseudo devices
170 #
171
172 # disk/mass storage pseudo-devices
173 #pseudo-device ccd # concatenated/striped disk devices
174 #pseudo-device cgd # cryptographic disk devices
175 #pseudo-device raid # RAIDframe disk driver
176 #options RAID_AUTOCONFIG # auto-configuration of RAID components
177 #pseudo-device fss # file system snapshot device
178 #pseudo-device md # memory disk device
179 #pseudo-device vnd # disk-like interface to files
180
181 # network pseudo-devices
182 pseudo-device loop # network loopback
183 pseudo-device bpfilter # packet filter
184 pseudo-device carp # Common Address Redundancy Protocol
185 pseudo-device npf # NPF packet filter
186 pseudo-device ppp # Point-to-Point Protocol
187 pseudo-device pppoe # PPP over Ethernet (RFC 2516)
188 pseudo-device sl # Serial Line IP
189 pseudo-device strip # Starmode Radio IP (Metricom)
190 pseudo-device irframetty # IrDA frame line discipline
191 pseudo-device tap # virtual ethernet
192 pseudo-device tun # network tunneling over tty
193 pseudo-device gre # generic L3 over IP tunnel
194 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC 1933)
195 #pseudo-device faith # IPv[46] TCP relay translation i/f
196 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
197 pseudo-device vlan # IEEE 802.1q encapsulation
198 pseudo-device bridge # simple inter-network bridging
199 #options BRIDGE_IPF # bridge uses IPv[46] pfil hooks too
200 pseudo-device agr # IEEE 802.3ad link aggregation
201
202 # miscellaneous pseudo-devices
203 pseudo-device pty # pseudo-terminals
204 pseudo-device clockctl # user control of clock subsystem
205 pseudo-device ksyms # /dev/ksyms
206 pseudo-device putter # for puffs and pud
207
208 include "dev/veriexec.config"
209