std.MALTA revision 276736
1# MALTA_COMMON -- Common kernel config options for MALTA boards
2#
3# $FreeBSD: head/sys/mips/conf/MALTA_COMMON 276736 2015-01-06 05:28:22Z rodrigc $
4
5machine		mips mipsel	# Malta supports both, so it isn't in std.malta
6
7options 	YAMON
8
9# Don't build any modules yet.
10makeoptions	MODULES_OVERRIDE=""
11
12options 	TICK_USE_YAMON_FREQ=defined
13#options 	TICK_USE_MALTA_RTC=defined
14
15include		"../malta/std.malta"
16
17hints		"MALTA.hints"		#Default places to look for devices.
18
19makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
20
21options 	DDB
22options 	KDB
23
24options 	SCHED_4BSD		#4BSD scheduler
25options 	INET			#InterNETworking
26options 	NFSCL			#Network Filesystem Client
27options 	NFS_ROOT		#NFS usable as /, requires NFSCL
28options 	PSEUDOFS		#Pseudo-filesystem framework
29options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
30
31options 	FFS			#Berkeley Fast Filesystem
32options 	SOFTUPDATES		#Enable FFS soft updates support
33options 	UFS_ACL			#Support for access control lists
34options 	UFS_DIRHASH		#Improve performance on big directories
35options 	ROOTDEVNAME=\"ufs:ada0\"
36
37options 	GEOM_LABEL		# Provides labelization
38options 	GEOM_PART_GPT		# GUID Partition Tables.
39options 	GEOM_RAID		# Soft RAID functionality.
40
41# Debugging for use in -current
42#options 	DEADLKRES		#Enable the deadlock resolver
43options 	INVARIANTS		#Enable calls of extra sanity checking
44options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
45#options 	WITNESS			#Enable checks to detect deadlocks and cycles
46#options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
47
48device		loop
49device		ether
50device		le
51device		miibus
52device		bpf
53device		md
54device		uart
55device		random
56