1276735Srodrigc# MALTA_COMMON -- Common kernel config options for MALTA boards
2276735Srodrigc#
3276735Srodrigc# $FreeBSD: releng/11.0/sys/mips/conf/std.MALTA 276776 2015-01-07 12:12:36Z bz $
4276735Srodrigc
5276735Srodrigcoptions 	YAMON
6276735Srodrigc
7276735Srodrigc# Don't build any modules yet.
8276735Srodrigcmakeoptions	MODULES_OVERRIDE=""
9276735Srodrigc
10276735Srodrigcoptions 	TICK_USE_YAMON_FREQ=defined
11276735Srodrigc#options 	TICK_USE_MALTA_RTC=defined
12276735Srodrigc
13276735Srodrigcinclude		"../malta/std.malta"
14276735Srodrigc
15276735Srodrigchints		"MALTA.hints"		#Default places to look for devices.
16276735Srodrigc
17276735Srodrigcmakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
18276735Srodrigc
19276735Srodrigcoptions 	DDB
20276735Srodrigcoptions 	KDB
21276735Srodrigc
22276735Srodrigcoptions 	SCHED_4BSD		#4BSD scheduler
23276735Srodrigcoptions 	INET			#InterNETworking
24276735Srodrigcoptions 	NFSCL			#Network Filesystem Client
25276735Srodrigcoptions 	NFS_ROOT		#NFS usable as /, requires NFSCL
26276735Srodrigcoptions 	PSEUDOFS		#Pseudo-filesystem framework
27276735Srodrigcoptions 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
28276735Srodrigc
29276735Srodrigcoptions 	FFS			#Berkeley Fast Filesystem
30276735Srodrigcoptions 	SOFTUPDATES		#Enable FFS soft updates support
31276735Srodrigcoptions 	UFS_ACL			#Support for access control lists
32276735Srodrigcoptions 	UFS_DIRHASH		#Improve performance on big directories
33276735Srodrigcoptions 	ROOTDEVNAME=\"ufs:ada0\"
34276735Srodrigc
35276736Srodrigcoptions 	GEOM_LABEL		# Provides labelization
36276736Srodrigcoptions 	GEOM_PART_GPT		# GUID Partition Tables.
37276736Srodrigcoptions 	GEOM_RAID		# Soft RAID functionality.
38276735Srodrigc
39276735Srodrigc# Debugging for use in -current
40276735Srodrigc#options 	DEADLKRES		#Enable the deadlock resolver
41276735Srodrigcoptions 	INVARIANTS		#Enable calls of extra sanity checking
42276735Srodrigcoptions 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
43276735Srodrigc#options 	WITNESS			#Enable checks to detect deadlocks and cycles
44276735Srodrigc#options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
45276735Srodrigc
46276735Srodrigcdevice		loop
47276735Srodrigcdevice		ether
48276735Srodrigcdevice		le
49276735Srodrigcdevice		miibus
50276735Srodrigcdevice		bpf
51276735Srodrigcdevice		md
52276735Srodrigcdevice		uart
53276735Srodrigcdevice		random
54