DB-88F5XXX revision 203938
1221167Sgnn#
2221167Sgnn# Custom kernel for Marvell DB-88F5xxx boards.
3221167Sgnn#
4221167Sgnn# $FreeBSD: head/sys/arm/conf/DB-88F5XXX 203938 2010-02-15 23:44:48Z attilio $
5221167Sgnn#
6221167Sgnn
7221167Sgnnident		DB-88F5XXX
8221167Sgnninclude		"../mv/orion/std.db88f5xxx"
9221167Sgnn
10221167Sgnnoptions 	SOC_MV_ORION
11221167Sgnnmakeoptions	MODULES_OVERRIDE=""
12221167Sgnn
13221167Sgnn#makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
14221167Sgnnmakeoptions	WERROR="-Werror"
15221167Sgnn
16221167Sgnnoptions 	SCHED_4BSD		#4BSD scheduler
17221167Sgnnoptions 	INET			#InterNETworking
18221167Sgnnoptions 	INET6			#IPv6 communications protocols
19221167Sgnnoptions 	FFS			#Berkeley Fast Filesystem
20221167Sgnnoptions 	NFSCLIENT		#Network Filesystem Client
21221167Sgnnoptions 	NFSLOCKD		#Network Lock Manager
22221167Sgnnoptions 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
23221167Sgnnoptions 	BOOTP
24221167Sgnnoptions 	BOOTP_NFSROOT
25221167Sgnnoptions 	BOOTP_NFSV3
26221167Sgnnoptions 	BOOTP_WIRED_TO=mge0
27221167Sgnn
28221167Sgnn#options 	ROOTDEVNAME=\"ufs:/dev/da0a\"
29221167Sgnn
30221167Sgnnoptions 	SYSVSHM			#SYSV-style shared memory
31221167Sgnnoptions 	SYSVMSG			#SYSV-style message queues
32221167Sgnnoptions 	SYSVSEM			#SYSV-style semaphores
33221167Sgnnoptions 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
34221167Sgnnoptions 	MUTEX_NOINLINE
35221167Sgnnoptions 	RWLOCK_NOINLINE
36221167Sgnnoptions 	NO_FFS_SNAPSHOT
37221167Sgnnoptions 	NO_SWAPPING
38221167Sgnn
39221167Sgnn# Debugging
40221167Sgnnoptions 	ALT_BREAK_TO_DEBUGGER
41221167Sgnnoptions 	DDB
42221167Sgnn#options 	DEADLKRES		#Enable the deadlock resolver
43221167Sgnnoptions 	DIAGNOSTIC
44221167Sgnn#options 	INVARIANTS		#Enable calls of extra sanity checking
45221167Sgnn#options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
46221167Sgnnoptions 	KDB
47221167Sgnnoptions 	WITNESS			#Enable checks to detect deadlocks and cycles
48221167Sgnnoptions 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
49221167Sgnn#options 	WITNESS_KDB
50221167Sgnn
51221167Sgnndevice		pci
52221167Sgnn
53221167Sgnn# Pseudo devices
54221167Sgnndevice		md
55221167Sgnndevice		loop
56221167Sgnndevice		pty
57221167Sgnndevice		random
58221167Sgnn
59221167Sgnn# Serial ports
60221167Sgnndevice		uart
61221167Sgnn
62221167Sgnn# Networking
63221167Sgnndevice		ether
64221167Sgnndevice		mge			# Marvell Gigabit Ethernet controller
65221167Sgnndevice		mii
66221167Sgnndevice		e1000phy
67221167Sgnndevice		bpf
68221167Sgnnoptions 	DEVICE_POLLING
69221167Sgnnoptions 	HZ=1000
70221167Sgnn
71221167Sgnn# I2C (TWSI)
72221167Sgnndevice		iic
73221167Sgnndevice		iicbus
74221167Sgnndevice		ds133x
75221167Sgnn
76221167Sgnn# USB
77221167Sgnndevice		usb
78221167Sgnndevice		ehci
79221167Sgnndevice		umass
80221167Sgnndevice		scbus
81221167Sgnndevice		pass
82221167Sgnndevice		da
83221167Sgnn
84221167Sgnn# SATA
85221167Sgnndevice		ata
86221167Sgnndevice		atadisk
87221167Sgnn