DB-88F5XXX revision 279850
1#
2# Custom kernel for Marvell DB-88F5xxx boards.
3#
4# $FreeBSD: head/sys/arm/conf/DB-88F5XXX 279850 2015-03-10 14:36:51Z ian $
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 	GEOM_PART_BSD		# BSD partition scheme
19options 	GEOM_PART_MBR		# MBR partition scheme
20options 	TMPFS			# Efficient memory filesystem
21options 	FFS			# Berkeley Fast Filesystem
22options 	NFSCL			# Network Filesystem Client
23options 	NFSLOCKD		# Network Lock Manager
24options 	NFS_ROOT		# NFS usable as /, requires NFSCL
25options 	BOOTP
26options 	BOOTP_NFSROOT
27options 	BOOTP_NFSV3
28options 	BOOTP_WIRED_TO=mge0
29
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
44#options 	DEADLKRES		# Enable the deadlock resolver
45#options 	DIAGNOSTIC
46#options 	INVARIANTS		# Enable calls of extra sanity checking
47#options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
48options 	KDB
49options 	WITNESS			# Enable checks to detect deadlocks and cycles
50options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
51#options 	WITNESS_KDB
52
53device		pci
54
55# Pseudo devices
56device		md
57device		loop
58device		random
59
60# Serial ports
61device		uart
62
63# Networking
64device		ether
65device		mge			# Marvell Gigabit Ethernet controller
66device		mii
67device		e1000phy
68device		bpf
69options 	DEVICE_POLLING
70options 	HZ=1000
71
72# I2C (TWSI)
73device		iic
74device		iicbus
75device		ds133x
76
77# USB
78options 	USB_DEBUG		# enable debug msgs
79device		usb
80device		ehci
81device		umass
82device		scbus
83device		pass
84device		da
85
86# SATA
87device		mvs
88
89# Flattened Device Tree
90options 	FDT
91makeoptions	FDT_DTS_FILE=db88f5281.dts
92