1245955Sian# Kernel config for GlobalScale Technologies DreamPlug version 1001.
2245955Sian#
3245955Sian# This is for units that are version 10, revision 01, with NOR SPI flash.
4245955Sian# These units are identified with the number "1001" on the S/N label.
5245955Sian#
6245955Sian# For more information on this file, please read the handbook section on
7245955Sian# Kernel Configuration Files:
8245955Sian#
9245955Sian#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
10245955Sian#
11245955Sian# The handbook is also available locally in /usr/share/doc/handbook
12245955Sian# if you've installed the doc distribution, otherwise always see the
13245955Sian# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
14245955Sian# latest information.
15245955Sian#
16245955Sian# An exhaustive list of options and more detailed explanations of the
17245955Sian# device lines is also present in the ../../conf/NOTES and NOTES files. 
18245955Sian# If you are in doubt as to the purpose or necessity of a line, check first 
19245955Sian# in NOTES.
20245955Sian#
21245955Sian# $FreeBSD: releng/10.3/sys/arm/conf/DREAMPLUG-1001 287082 2015-08-23 20:50:22Z ian $
22245955Sian#
23283404Sian#NO_UNIVERSE
24245955Sian
25245955Sianident		DREAMPLUG-1001
26245955Sian
27245955Sianinclude		"../mv/kirkwood/std.db88f6xxx"
28245955Sian
29245955Sianmakeoptions	FDT_DTS_FILE=dreamplug-1001.dts
30245955Sian
31245955Sianoptions 	SOC_MV_KIRKWOOD
32245955Sian
33266328Sianoptions 	SCHED_4BSD		# 4BSD scheduler
34266328Sianoptions 	INET			# InterNETworking
35266328Sianoptions 	INET6			# IPv6 communications protocols
36245955Sianoptions 	SOFTUPDATES
37266331Sianoptions 	TMPFS			# Efficient memory filesystem
38266328Sianoptions 	CD9660			# ISO 9660 filesystem
39266328Sianoptions 	FFS			# Berkeley Fast Filesystem
40266328Sianoptions 	MSDOSFS			# MS DOS File System (FAT, FAT32)
41266328Sianoptions 	NULLFS			# NULL filesystem
42266328Sianoptions 	SYSVSHM			# SYSV-style shared memory
43266328Sianoptions 	SYSVMSG			# SYSV-style message queues
44266328Sianoptions 	SYSVSEM			# SYSV-style semaphores
45266328Sianoptions 	_KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
46266328Sianoptions 	GEOM_PART_BSD		# BSD partition scheme
47266328Sianoptions 	GEOM_PART_MBR		# MBR partition scheme
48245955Sianoptions 	GEOM_ELI		# Disk encryption.
49245955Sianoptions 	GEOM_LABEL		# Providers labelization.
50245955Sianoptions 	GEOM_PART_GPT		# GPT partitioning
51245955Sian
52245955Sian# Flattened Device Tree
53245955Siandevice		fdt
54245955Sianoptions 	FDT
55245955Sianoptions 	FDT_DTB_STATIC
56245955Sian
57245955Sian# Misc pseudo devices
58266328Siandevice		bpf			# Required for DHCP
59266328Siandevice  	faith			# IPv6-to-IPv4 relaying (translation)
60283368Siandevice		firmware		# firmware(9) required for USB wlan
61283368Siandevice		gif			# IPv6 and IPv4 tunneling
62266328Siandevice		loop			# Network loopback
63283368Siandevice		md			# Memory/malloc disk
64266328Siandevice		pty			# BSD-style compatibility pseudo ttys
65266328Siandevice		random			# Entropy device
66283368Siandevice		tun			# Packet tunnel.
67266328Siandevice		ether			# Required for all ethernet devices
68283368Siandevice		vlan			# 802.1Q VLAN support
69266328Siandevice		wlan			# 802.11 WLAN support
70245955Sian
71245955Sian# cam support for umass and ahci
72245955Siandevice		scbus
73245955Siandevice		pass
74245955Siandevice		da
75283368Siandevice		cd
76245955Sian
77245955Sian# Serial ports
78245955Siandevice		uart
79245955Sian
80245955Sian# Networking
81245955Siandevice		mge			# Marvell Gigabit Ethernet controller
82245955Siandevice		mii
83245955Siandevice		e1000phy
84245955Sian
85245955Sian# USB
86245955Sianoptions 	USB_HOST_ALIGN=32	# Align DMA to cacheline
87283368Sian#options 	USB_DEBUG       	# Compile in USB debug support
88283368Siandevice		usb  			# Basic usb support			
89283368Siandevice		ehci 			# USB host controller
90283368Siandevice		umass			# Mass storage
91283368Siandevice		uhid 			# Human-interface devices
92283368Siandevice		rum  			# Ralink Technology RT2501USB wireless NICs
93283368Siandevice		uath 			# Atheros AR5523 wireless NICs
94283368Siandevice		ural 			# Ralink Technology RT2500USB wireless NICs
95283368Siandevice		zyd  			# ZyDAS zb1211/zb1211b wireless NICs
96283368Siandevice		urtw 			# Realtek RTL8187B/L USB
97283368Siandevice		upgt 			# Conexant/Intersil PrismGT SoftMAC USB
98283368Siandevice		u3g  			# USB-based 3G modems (Option, Huawei, Sierra)
99245955Sian
100245955Sian# I2C (TWSI)
101245955Siandevice		iic
102245955Siandevice		iicbus
103245955Sian
104245955Sian# SATA
105245955Siandevice		mvs
106245955Siandevice		ahci
107245955Sian
108245955Sian# Sound
109283368Siandevice		sound
110283368Siandevice		snd_uaudio
111245955Sian
112245955Sian#crypto
113283368Siandevice		cesa			# Marvell security engine
114283368Siandevice		crypto
115283368Siandevice		cryptodev
116245955Sian
117245955Sian# IPSec
118283368Siandevice		enc
119283368Sianoptions 	IPSEC
120283368Sianoptions 	IPSEC_NAT_T
121283368Sianoptions 	TCP_SIGNATURE		# include support for RFC 2385
122245955Sian
123245955Sian# IPFW
124283368Sianoptions 	IPFIREWALL
125283368Sianoptions 	IPFIREWALL_DEFAULT_TO_ACCEPT
126283368Sianoptions 	IPFIREWALL_VERBOSE
127283368Sianoptions 	IPFIREWALL_VERBOSE_LIMIT=100
128283368Sianoptions 	IPFIREWALL_NAT
129283368Sianoptions 	LIBALIAS
130283368Sianoptions 	DUMMYNET
131283368Sianoptions 	IPDIVERT
132245955Sian
133245955Sian#PF 
134283368Siandevice		pf
135283368Siandevice		pflog
136283368Siandevice		pfsync
137245955Sian
138245955Sian# ALTQ, required for PF
139283368Sianoptions 	ALTQ			# Basic ALTQ support
140283368Sianoptions 	ALTQ_CBQ		# Class Based Queueing
141283368Sianoptions 	ALTQ_RED		# Random Early Detection
142283368Sianoptions 	ALTQ_RIO		# RED In/Out
143283368Sianoptions 	ALTQ_HFSC		# Hierarchical Packet Scheduler
144283368Sianoptions 	ALTQ_CDNR		# Traffic conditioner
145283368Sianoptions 	ALTQ_PRIQ		# Priority Queueing
146283368Sianoptions 	ALTQ_NOPCC		# Required if the TSC is unusable
147245955Sian#options 	ALTQ_DEBUG
148245955Sian
149245955Sian# Debugging
150283368Sianmakeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
151245955Sianoptions 	ALT_BREAK_TO_DEBUGGER
152245955Sianoptions 	DDB
153245955Sianoptions 	KDB
154271339Sian#options 	DIAGNOSTIC
155271428Sian#options 	INVARIANTS		# Enable calls of extra sanity checking
156271428Sian#options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
157266328Sian#options 	WITNESS			# Enable checks to detect deadlocks and cycles
158266328Sian#options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
159245955Sian#options 	WITNESS_KDB
160245955Sian
161245955Sian# Enable these options for nfs root configured via BOOTP.
162266328Sianoptions 	NFSCL			# Network Filesystem Client
163266328Sianoptions 	NFSLOCKD		# Network Lock Manager
164266328Sian#options 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
165245955Sian#options 	BOOTP
166245955Sian#options 	BOOTP_NFSROOT
167245955Sian#options 	BOOTP_NFSV3
168245955Sian#options 	BOOTP_WIRED_TO=mge0
169245955Sian
170245955Sian# If not using BOOTP, use something like one of these...
171245955Sian#options 	ROOTDEVNAME=\"ufs:/dev/da1a\"
172245955Sianoptions 	ROOTDEVNAME=\"ufs:/dev/da1s1a\"
173245955Sian#options 	ROOTDEVNAME=\"ufs:/dev/da1p10\"
174245955Sian#options 	ROOTDEVNAME=\"nfs:192.168.0.254/dreamplug\"
175245955Sian
176245955Sian# To use this configuration with the (rare) model 1001N (nand flash),
177245955Sian# create a kernel config file that looks like this:
178245955Sian#
179245955Sian# include DREAMPLUG-1001
180283368Sian# nomakeoptions	FDT_DTS_FILE
181245955Sian# makeoptions	FDT_DTS_FILE=dreamplug-1001N.dts
182245955Sian# device 	nand
183245955Sian
184