DB-78XXX revision 203758
178344Sobrien#
278344Sobrien# Custom kernel for Marvell DB-78xx boards.
398184Sgordon#
498184Sgordon# $FreeBSD: head/sys/arm/conf/DB-78XXX 203758 2010-02-10 16:30:04Z attilio $
578344Sobrien#
678344Sobrien
778344Sobrienident		DB-88F78XX
898184Sgordoninclude		"../mv/discovery/std.db78xxx"
998184Sgordon
10124616Smtmoptions 	SOC_MV_DISCOVERY
1178344Sobrienmakeoptions	MODULES_OVERRIDE=""
1278344Sobrien
1378344Sobrien#makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
14126181Sbrueffermakeoptions	WERROR="-Werror"
1578344Sobrien
1678344Sobrienoptions 	SCHED_4BSD		#4BSD scheduler
17125987Smtmoptions 	INET			#InterNETworking
18125987Smtmoptions 	INET6			#IPv6 communications protocols
19125987Smtmoptions 	FFS			#Berkeley Fast Filesystem
20124623Smtmoptions 	NFSCLIENT		#Network Filesystem Client
21124623Smtmoptions 	NFSLOCKD		#Network Lock Manager
2278344Sobrienoptions 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
2378344Sobrienoptions 	BOOTP
2478344Sobrienoptions 	BOOTP_NFSROOT
25125987Smtmoptions 	BOOTP_NFSV3
26125987Smtmoptions 	BOOTP_WIRED_TO=mge0
2778344Sobrien
28124623Smtm#options 	ROOTDEVNAME=\"ufs:/dev/da0a\"
2978344Sobrien
3078344Sobrienoptions 	SYSVSHM			#SYSV-style shared memory
3178344Sobrienoptions 	SYSVMSG			#SYSV-style message queues
3278344Sobrienoptions 	SYSVSEM			#SYSV-style semaphores
33125987Smtmoptions 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
34125987Smtmoptions 	MUTEX_NOINLINE
3578344Sobrienoptions 	RWLOCK_NOINLINE
36124623Smtmoptions 	NO_FFS_SNAPSHOT
3778344Sobrienoptions 	NO_SWAPPING
3878344Sobrien
3978344Sobrien# Debugging
40options 	ALT_BREAK_TO_DEBUGGER
41options 	DDB
42#options 	DEADLKRES		#Enable the deadlock resolver
43options 	DIAGNOSTIC
44#options 	INVARIANTS		#Enable calls of extra sanity checking
45#options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
46options 	KDB
47options 	WITNESS			#Enable checks to detect deadlocks and cycles
48options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
49#options 	WITNESS_KDB
50
51device		pci
52
53# Pseudo devices
54device		loop
55device		md
56device		pty
57device		random
58
59# Serial ports
60device		uart
61
62# Networking
63device		ether
64device		mge			# Marvell Gigabit Ethernet controller
65device		mii
66device		e1000phy
67device		bpf
68
69# USB
70device		usb
71device		ehci
72device		umass
73device		scbus
74device		pass
75device		da
76
77# I2C (TWSI)
78device		iic
79device		iicbus
80device		ds133x
81
82# SATA
83device		ata
84device		atadisk
85