SHEEVAPLUG revision 266086
1#
2# Custom kernel for Marvell SheevaPlug devices.
3#
4# $FreeBSD: stable/10/sys/arm/conf/SHEEVAPLUG 266086 2014-05-14 20:17:31Z ian $
5#
6
7ident		SHEEVAPLUG
8include		"../mv/kirkwood/std.db88f6xxx"
9
10options 	SOC_MV_KIRKWOOD
11makeoptions	MODULES_OVERRIDE=""
12
13#makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
14makeoptions	WERROR="-Werror"
15
16options 	SCHED_4BSD		#4BSD scheduler
17options 	INET			#InterNETworking
18options 	INET6			#IPv6 communications protocols
19options 	FFS			#Berkeley Fast Filesystem
20options 	NANDFS			#NAND Filesystem
21options 	NFSCL			#New Network Filesystem Client
22options 	NFSLOCKD		#Network Lock Manager
23options 	NFS_ROOT		#NFS usable as /, requires NFSCL
24options 	BOOTP
25options 	BOOTP_NFSROOT
26options 	BOOTP_NFSV3
27options 	BOOTP_WIRED_TO=mge0
28
29# Root fs on USB device
30#options 	ROOTDEVNAME=\"ufs:/dev/da0a\"
31
32options 	SYSVSHM			#SYSV-style shared memory
33options 	SYSVMSG			#SYSV-style message queues
34options 	SYSVSEM			#SYSV-style semaphores
35options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
36options 	MUTEX_NOINLINE
37options 	RWLOCK_NOINLINE
38options 	NO_FFS_SNAPSHOT
39options 	NO_SWAPPING
40
41# Debugging
42options 	ALT_BREAK_TO_DEBUGGER
43options 	DDB
44options 	KDB
45
46# Pseudo devices
47device		random
48device		loop
49
50# Serial ports
51device		uart
52
53# Networking
54device		ether
55device		mge			# Marvell Gigabit Ethernet controller
56device		mii
57device		e1000phy
58device		bpf
59options 	HZ=1000
60options 	DEVICE_POLLING
61device		vlan
62
63device		cesa			# Marvell security engine
64device		crypto
65device		cryptodev
66
67# USB
68options 	USB_HOST_ALIGN=32	# Align usb buffers to cache line size.
69options 	USB_DEBUG	# enable debug msgs
70device		usb
71device		ehci
72device		umass
73device		scbus
74device		pass
75device		da
76
77# NAND
78device		nand
79
80# Flattened Device Tree
81options 	FDT
82options 	FDT_DTB_STATIC
83makeoptions	FDT_DTS_FILE=sheevaplug.dts
84