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