1#
2# Custom kernel for Marvell DB-88F5xxx boards.
3#
4# $FreeBSD: releng/11.0/sys/arm/conf/DB-88F5XXX 302915 2016-07-15 21:30:19Z ian $
5#
6
7ident		DB-88F5XXX
8include 	"std.arm"
9include 	"../mv/orion/std.db88f5xxx"
10
11options 	SOC_MV_ORION
12
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
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