DB-88F6XXX revision 266086
1#
2# Custom kernel for Marvell DB-88F6xxx boards.
3#
4# $FreeBSD: stable/10/sys/arm/conf/DB-88F6XXX 266086 2014-05-14 20:17:31Z ian $
5#
6
7ident		DB-88F6XXX
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#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
43#options 	DEADLKRES		#Enable the deadlock resolver
44options 	DIAGNOSTIC
45#options 	INVARIANTS		#Enable calls of extra sanity checking
46#options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
47options 	KDB
48options 	WITNESS			#Enable checks to detect deadlocks and cycles
49options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
50#options 	WITNESS_KDB
51
52device		pci
53
54# Pseudo devices
55device		loop
56device		md
57device		random
58
59# Serial ports
60device		uart
61
62# Networking
63device		ether
64device		mge			# Marvell Gigabit Ethernet controller
65device		mii
66device		e1000phy
67device		bpf
68
69device		cesa			# Marvell security engine
70device		crypto
71device		cryptodev
72
73# USB
74options 	USB_HOST_ALIGN=32	# Align usb buffers to cache line size.
75options 	USB_DEBUG	# enable debug msgs
76device		usb
77device		ehci
78device		umass
79device		scbus
80device		pass
81device		da
82
83# I2C (TWSI)
84device		iic
85device		iicbus
86
87# SATA
88device		mvs
89
90# NAND
91device		nand
92
93# Flattened Device Tree
94options 	FDT
95options 	FDT_DTB_STATIC
96makeoptions	FDT_DTS_FILE=db88f6281.dts
97