DB-88F5XXX revision 184193
1272343Sngie#
2272343Sngie# Custom kernel for Marvell DB-88F5xxx boards.
3272343Sngie#
4272343Sngie# $FreeBSD: head/sys/arm/conf/DB-88F5XXX 184193 2008-10-23 01:51:55Z marcel $
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
49# Pseudo devices
50device		md
51device		loop
52device		pty
53device		random
54
55# Serial ports
56device		uart
57
58# Networking
59device		ether
60device		mge			# Marvell Gigabit Ethernet controller
61device		mii
62device		e1000phy
63device		bpf
64options		DEVICE_POLLING
65options		HZ=1000
66
67# I2C (TWSI)
68device		iic
69device		iicbus
70device		ds133x
71
72# USB
73device		usb
74device		ehci
75device		umass
76device		scbus
77device		pass
78device		da
79