DB-88F5XXX revision 185090
1#
2# Custom kernel for Marvell DB-88F5xxx boards.
3#
4# $FreeBSD: head/sys/arm/conf/DB-88F5XXX 185090 2008-11-19 11:47:23Z raj $
5#
6
7ident		DB-88F5XXX
8include		"../mv/orion/std.db88f5xxx"
9
10options		SOC_MV_ORION
11
12#makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
13makeoptions	WERROR="-Werror"
14
15options 	SCHED_4BSD		#4BSD scheduler
16options 	INET			#InterNETworking
17options 	INET6			#IPv6 communications protocols
18options 	FFS			#Berkeley Fast Filesystem
19options 	NFSCLIENT		#Network Filesystem Client
20options		NFSLOCKD		#Network Lock Manager
21options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
22options		BOOTP
23options		BOOTP_NFSROOT
24options		BOOTP_NFSV3
25options		BOOTP_WIRED_TO=mge0
26
27#options		ROOTDEVNAME=\"ufs:/dev/da0a\"
28
29options 	SYSVSHM			#SYSV-style shared memory
30options 	SYSVMSG			#SYSV-style message queues
31options 	SYSVSEM			#SYSV-style semaphores
32options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
33options 	MUTEX_NOINLINE
34options		RWLOCK_NOINLINE
35options 	NO_FFS_SNAPSHOT
36options 	NO_SWAPPING
37
38# Debugging
39options		ALT_BREAK_TO_DEBUGGER
40options		DDB
41options		DIAGNOSTIC
42#options 	INVARIANTS		#Enable calls of extra sanity checking
43#options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
44options		KDB
45options 	WITNESS			#Enable checks to detect deadlocks and cycles
46options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
47#options		WITNESS_KDB
48
49device		pci
50
51# Pseudo devices
52device		md
53device		loop
54device		pty
55device		random
56
57# Serial ports
58device		uart
59
60# Networking
61device		ether
62device		mge			# Marvell Gigabit Ethernet controller
63device		mii
64device		e1000phy
65device		bpf
66options		DEVICE_POLLING
67options		HZ=1000
68
69# I2C (TWSI)
70device		iic
71device		iicbus
72device		ds133x
73
74# USB
75device		usb
76device		ehci
77device		umass
78device		scbus
79device		pass
80device		da
81