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