std.MALTA revision 276735
1# MALTA_COMMON -- Common kernel config options for MALTA boards
2#
3# $FreeBSD: head/sys/mips/conf/MALTA_COMMON 276735 2015-01-06 05:26:13Z 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
37
38# Debugging for use in -current
39#options 	DEADLKRES		#Enable the deadlock resolver
40options 	INVARIANTS		#Enable calls of extra sanity checking
41options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
42#options 	WITNESS			#Enable checks to detect deadlocks and cycles
43#options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
44
45device		loop
46device		ether
47device		le
48device		miibus
49device		bpf
50device		md
51device		uart
52device		random
53