DB-88F5XXX revision 302915
11453Shannesw#
21453Shannesw# Custom kernel for Marvell DB-88F5xxx boards.
31453Shannesw#
41453Shannesw# $FreeBSD: stable/11/sys/arm/conf/DB-88F5XXX 302915 2016-07-15 21:30:19Z ian $
51453Shannesw#
61453Shannesw
71453Shanneswident		DB-88F5XXX
81453Shanneswinclude 	"std.arm"
91453Shanneswinclude 	"../mv/orion/std.db88f5xxx"
101453Shannesw
111453Shanneswoptions 	SOC_MV_ORION
121453Shannesw
131453Shanneswmakeoptions	WERROR="-Werror"
141453Shannesw
151453Shanneswoptions 	SCHED_4BSD		# 4BSD scheduler
161453Shanneswoptions 	INET			# InterNETworking
171453Shanneswoptions 	INET6			# IPv6 communications protocols
181453Shanneswoptions 	GEOM_PART_BSD		# BSD partition scheme
191453Shanneswoptions 	GEOM_PART_MBR		# MBR partition scheme
201453Shanneswoptions 	TMPFS			# Efficient memory filesystem
211453Shanneswoptions 	FFS			# Berkeley Fast Filesystem
221453Shanneswoptions 	NFSCL			# Network Filesystem Client
231453Shanneswoptions 	NFSLOCKD		# Network Lock Manager
241453Shanneswoptions 	NFS_ROOT		# NFS usable as /, requires NFSCL
251453Shanneswoptions 	BOOTP
261453Shanneswoptions 	BOOTP_NFSROOT
271453Shanneswoptions 	BOOTP_NFSV3
281453Shanneswoptions 	BOOTP_WIRED_TO=mge0
291453Shannesw
301453Shannesw#options 	ROOTDEVNAME=\"ufs:/dev/da0a\"
311453Shannesw
321453Shanneswoptions 	SYSVSHM			# SYSV-style shared memory
331453Shanneswoptions 	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
41device		pci
42
43# Pseudo devices
44device		md
45device		loop
46device		random
47
48# Serial ports
49device		uart
50
51# Networking
52device		ether
53device		mge			# Marvell Gigabit Ethernet controller
54device		mii
55device		mdio
56device		e1000phy
57device		bpf
58options 	DEVICE_POLLING
59options 	HZ=1000
60
61# I2C (TWSI)
62device		iic
63device		iicbus
64device		twsi
65device		ds133x
66
67# USB
68device		usb
69device		ehci
70device		umass
71device		scbus
72device		pass
73device		da
74
75# SATA
76device		mvs
77
78# GPIO
79device		gpio
80
81# Flattened Device Tree
82options 	FDT
83makeoptions	FDT_DTS_FILE=db88f5281.dts
84