xref: /netbsd-src/sys/arch/evbppc/conf/OPENBLOCKS600 (revision d536862b7d93d77932ef5de7eebdc48d76921b77)
1#	$NetBSD: OPENBLOCKS600,v 1.30 2020/09/27 13:48:51 roy 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.30 $"
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# Alternate buffer queue strategies for better responsiveness under high
35# disk I/O load.
36#options 	BUFQ_READPRIO
37options 	BUFQ_PRIOCSCAN
38
39#
40# Diagnostic/debugging support options
41#
42
43#options 	DIAGNOSTIC		# cheap kernel consistency checks
44options 	DEBUG			# expensive debugging checks/support
45options 	DDB			# in-kernel debugger
46options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
47options 	TRAP_PANICWAIT
48makeoptions	COPY_SYMTAB=1	# size for embedded symbol table
49
50makeoptions	DEBUG="-g"		# compile full symbol table
51
52
53#
54# Compatibility options
55#
56
57include 	"conf/compat_netbsd13.config"
58#options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
59
60
61#
62# File systems
63#
64
65file-system 	FFS		# UFS
66file-system 	EXT2FS		# second extended file system (linux)
67file-system 	LFS		# log-structured file system
68file-system 	MFS		# memory file system
69file-system 	NFS		# Network File System client
70file-system 	CD9660		# ISO 9660 + Rock Ridge file system
71file-system 	MSDOSFS		# MS-DOS file system
72file-system 	FDESC		# /dev/fd
73file-system 	KERNFS		# /kern
74file-system 	NULLFS		# loopback file system
75file-system 	OVERLAY		# overlay file system
76file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
77file-system 	PROCFS		# /proc
78file-system 	UMAPFS		# NULLFS + uid and gid remapping
79file-system 	UNION		# union file system
80file-system	PTYFS		# /dev/pts/N support
81file-system	TMPFS		# Efficient memory file-system
82#file-system	NTFS		# Windows NT file system (experimental)
83
84
85#
86# File system options
87#
88
89options 	QUOTA		# legacy UFS quotas
90options 	QUOTA2		# new, in-filesystem UFS quotas
91#options 	DISKLABEL_EI	# disklabel Endian Independent support
92options 	FFS_EI			# FFS Endian Independent support
93options 	WAPBL		# File system journaling support
94options 	NFSSERVER		# Network File System server
95#options 	FFS_NO_SNAPSHOT		# No FFS snapshot support
96options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
97					# immutable) behave as system flags.
98options 	NFS_BOOT_DHCP		# Support DHCP NFS root
99
100
101#
102# Networking options
103#
104
105options 	GATEWAY		# packet forwarding
106options 	INET		# IP + ICMP + TCP + UDP
107options 	INET6		# IPv6
108#options 	IPSEC		# IP security
109#options 	IPSEC_DEBUG	# debug for IP security
110#options 	MROUTING	# IP multicast routing
111#options 	PIM		# Protocol Independent Multicast
112#options 	NETATALK	# AppleTalk networking protocols
113options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
114options 	PPP_DEFLATE	# Deflate compression support for PPP
115options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
116#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
117
118# These options enable verbose messages for several subsystems.
119# Warning, these may compile large string tables into the kernel!
120#options 	SCSIVERBOSE	# human readable SCSI error messages
121#options 	USBVERBOSE	# verbose USB device autoconfig messages
122
123#
124# Kernel root file system and dump configuration.
125#
126
127config		netbsd	root on ? type ?
128
129
130#
131# Device configuration
132#
133
134plb0 at root				# Processor Local Bus
135cpu0	at plb?				# CPU
136ecc0	at plb? irq 17			# On-chip ECC controller
137dwctwo0	at plb? addr 0xef6c0000 irq 94	# On-chip USB controller
138
139# On-chip Peripheral Bus support
140opb*	at plb?				# On-chip Peripheral Bus
141wdog*	at opb?				# Watchdog timer
142com*	at opb? addr ? irq ?		# UARTs
143emac*	at opb? addr ? irq ?		# Ethernet Media Access Controller
144options	EMAC_EVENT_COUNTERS
145options	EMAC_RGMII_PHY
146
147gpiic*	at opb? addr ? irq ?		# On-chip IIC controller
148iic*	at gpiic?			# I2C bus
149m41trtc0 at iic? addr 0x68		# Dallas DS1340C Real Time Clock
150
151opbgpio0 at opb? addr ? irq ?		# On-chip GPIO controller
152gpio*	at opbgpio?			# GPIO framework
153
154# USB bus support
155usb*	at dwctwo?
156
157# USB Hubs
158uhub*	at usb?
159uhub*	at uhub? port ?
160
161# USB Mass Storage
162umass*	at uhub? port ? configuration ? interface ?
163scsibus* at umass?
164sd*	at scsibus? target ? lun ?	# SCSI disk drives
165
166# MII/PHY support
167brgphy*	at mii? phy ?			# Broadcom BCM5400-family PHYs
168
169
170#
171# Pseudo devices
172#
173
174# disk/mass storage pseudo-devices
175#pseudo-device	ccd			# concatenated/striped disk devices
176#pseudo-device	cgd			# cryptographic disk devices
177#pseudo-device	raid			# RAIDframe disk driver
178#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
179#pseudo-device	fss			# file system snapshot device
180#pseudo-device	md			# memory disk device
181#pseudo-device	vnd			# disk-like interface to files
182
183# network pseudo-devices
184pseudo-device	loop			# network loopback
185pseudo-device	bpfilter		# packet filter
186pseudo-device 	carp			# Common Address Redundancy Protocol
187pseudo-device	npf			# NPF packet filter
188pseudo-device	ppp			# Point-to-Point Protocol
189pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
190#options 	PPPOE_SERVER		# Enable PPPoE server via link0
191pseudo-device	sl			# Serial Line IP
192#pseudo-device	irframetty		# IrDA frame line discipline
193pseudo-device	tap			# virtual ethernet
194pseudo-device	tun			# network tunneling over tty
195pseudo-device	gre			# generic L3 over IP tunnel
196pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC 1933)
197#pseudo-device	faith			# IPv[46] TCP relay translation i/f
198pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
199pseudo-device	vlan			# IEEE 802.1q encapsulation
200pseudo-device	bridge			# simple inter-network bridging
201pseudo-device	vether			# Virtual Ethernet for bridge
202pseudo-device	agr			# IEEE 802.3ad link aggregation
203
204# miscellaneous pseudo-devices
205pseudo-device	pty			# pseudo-terminals
206pseudo-device	clockctl		# user control of clock subsystem
207pseudo-device	ksyms			# /dev/ksyms
208pseudo-device	putter			# for puffs and pud
209
210include "dev/veriexec.config"
211