SHEEVAPLUG revision 240572
1#
2# Custom kernel for Marvell SheevaPlug devices.
3#
4# $FreeBSD: head/sys/arm/conf/SHEEVAPLUG 240572 2012-09-16 19:48:48Z jmg $
5#
6
7ident		SHEEVAPLUG
8include		"../mv/kirkwood/std.sheevaplug"
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_DEBUG	# enable debug msgs
69device		usb
70device		ehci
71device		umass
72device		scbus
73device		pass
74device		da
75
76# NAND
77device		nand
78
79# Flattened Device Tree
80options 	FDT
81options 	FDT_DTB_STATIC
82makeoptions	FDT_DTS_FILE=sheevaplug.dts
83