SHEEVAPLUG revision 224699
1#
2# Custom kernel for Marvell SheevaPlug devices.
3#
4# $FreeBSD: head/sys/arm/conf/SHEEVAPLUG 224699 2011-08-07 20:16:46Z rmacklem $
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 	NFSCL			#New Network Filesystem Client
21options 	NFSLOCKD		#Network Lock Manager
22options 	NFS_ROOT		#NFS usable as /, requires NFSCL
23options 	BOOTP
24options 	BOOTP_NFSROOT
25options 	BOOTP_NFSV3
26options 	BOOTP_WIRED_TO=mge0
27
28# Root fs on USB device
29#options 	ROOTDEVNAME=\"ufs:/dev/da0a\"
30
31options 	SYSVSHM			#SYSV-style shared memory
32options 	SYSVMSG			#SYSV-style message queues
33options 	SYSVSEM			#SYSV-style semaphores
34options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
35options 	MUTEX_NOINLINE
36options 	RWLOCK_NOINLINE
37options 	NO_FFS_SNAPSHOT
38options 	NO_SWAPPING
39
40# Debugging
41options 	ALT_BREAK_TO_DEBUGGER
42options 	DDB
43options 	KDB
44
45# Pseudo devices
46device		random
47device		pty
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
63# USB
64options 	USB_DEBUG	# enable debug msgs
65device		usb
66device		ehci
67device		umass
68device		scbus
69device		pass
70device		da
71
72# Flattened Device Tree
73options 	FDT
74options		FDT_DTB_STATIC
75makeoptions	FDT_DTS_FILE=sheevaplug.dts
76