DB-78XXX revision 271428
1#
2# Custom kernel for Marvell DB-78xx boards.
3#
4# $FreeBSD: stable/10/sys/arm/conf/DB-78XXX 271428 2014-09-11 15:36:36Z ian $
5#
6
7ident		DB-88F78XX
8include		"../mv/discovery/std.db78xxx"
9
10options 	SOC_MV_DISCOVERY
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 	GEOM_PART_BSD		# BSD partition scheme
20options 	GEOM_PART_MBR		# MBR partition scheme
21options 	TMPFS			# Efficient memory filesystem
22options 	FFS			# Berkeley Fast Filesystem
23options 	NANDFS			# NAND Filesystem
24options 	NFSCL			# New Network Filesystem Client
25options 	NFSLOCKD		# Network Lock Manager
26options 	NFS_ROOT		# NFS usable as /, requires NFSCL
27options 	BOOTP
28options 	BOOTP_NFSROOT
29options 	BOOTP_NFSV3
30options 	BOOTP_WIRED_TO=mge0
31
32#options 	ROOTDEVNAME=\"ufs:/dev/da0a\"
33
34options 	SYSVSHM			# SYSV-style shared memory
35options 	SYSVMSG			# SYSV-style message queues
36options 	SYSVSEM			# SYSV-style semaphores
37options 	_KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
38options 	MUTEX_NOINLINE
39options 	RWLOCK_NOINLINE
40options 	NO_FFS_SNAPSHOT
41options 	NO_SWAPPING
42
43# Debugging
44options 	ALT_BREAK_TO_DEBUGGER
45options 	DDB
46#options 	DEADLKRES		# Enable the deadlock resolver
47#options 	DIAGNOSTIC
48#options 	INVARIANTS		# Enable calls of extra sanity checking
49#options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
50options 	KDB
51#options 	WITNESS			# Enable checks to detect deadlocks and cycles
52#options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
53#options 	WITNESS_KDB
54
55device		pci
56
57# Pseudo devices
58device		loop
59device		md
60device		random
61
62# Serial ports
63device		uart
64
65# Networking
66device		ether
67device		mge			# Marvell Gigabit Ethernet controller
68device		mii
69device		e1000phy
70device		bpf
71
72# USB
73options 	USB_DEBUG		# enable debug msgs
74device		usb
75device		ehci
76device		umass
77device		scbus
78device		pass
79device		da
80
81# I2C (TWSI)
82device		iic
83device		iicbus
84device		ds133x
85
86# SATA
87device		mvs
88
89# NAND
90device		nand
91
92# Flattened Device Tree
93options 	FDT
94options 	FDT_DTB_STATIC
95makeoptions	FDT_DTS_FILE=db78100.dts
96