1178185Simp# MALTA -- Kernel config for MALTA boards
2178171Simp#
3178171Simp# For more information on this file, please read the handbook section on
4178171Simp# Kernel Configuration Files:
5178171Simp#
6178171Simp#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7178171Simp#
8178171Simp# The handbook is also available locally in /usr/share/doc/handbook
9178171Simp# if you've installed the doc distribution, otherwise always see the
10178171Simp# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11178171Simp# latest information.
12178171Simp#
13178171Simp# An exhaustive list of options and more detailed explanations of the
14178171Simp# device lines is also present in the ../../conf/NOTES and NOTES files. 
15178171Simp# If you are in doubt as to the purpose or necessity of a line, check first 
16178171Simp# in NOTES.
17178171Simp#
18178171Simp# $FreeBSD$
19178171Simp
20178171Simpident		MALTA
21178171Simp
22215270Simpmachine		mips mipsel	# Malta supports both, so it isn't in std.malta
23215270Simp
24202034Simpmakeoptions	KERNLOADADDR=0x80100000
25178171Simp
26191954Skuriyamaoptions 	YAMON
27178171Simp
28178171Simp# Don't build any modules yet.
29178171Simpmakeoptions	MODULES_OVERRIDE=""
30178171Simp
31191954Skuriyamaoptions 	TICK_USE_YAMON_FREQ=defined
32191954Skuriyama#options 	TICK_USE_MALTA_RTC=defined
33178171Simp
34182736Sobrieninclude		"../malta/std.malta"
35178171Simp
36178171Simphints		"MALTA.hints"		#Default places to look for devices.
37178171Simp
38178171Simpmakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
39178171Simp
40191954Skuriyamaoptions 	DDB
41191954Skuriyamaoptions 	KDB
42178171Simp
43191954Skuriyamaoptions 	SCHED_4BSD		#4BSD scheduler
44191954Skuriyamaoptions 	INET			#InterNETworking
45221753Sgonzooptions 	NFSCL			#Network Filesystem Client
46221753Sgonzooptions 	NFS_ROOT		#NFS usable as /, requires NFSCL
47191954Skuriyamaoptions 	PSEUDOFS		#Pseudo-filesystem framework
48191954Skuriyamaoptions 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
49178171Simp
50191954Skuriyamaoptions 	FFS			#Berkeley Fast Filesystem
51191954Skuriyamaoptions 	SOFTUPDATES		#Enable FFS soft updates support
52191954Skuriyamaoptions 	UFS_ACL			#Support for access control lists
53191954Skuriyamaoptions 	UFS_DIRHASH		#Improve performance on big directories
54255989Ssbrunooptions 	ROOTDEVNAME=\"ufs:ada0\"
55178171Simp
56178171Simp
57178171Simp# Debugging for use in -current
58203938Sattilio#options 	DEADLKRES		#Enable the deadlock resolver
59191954Skuriyamaoptions 	INVARIANTS		#Enable calls of extra sanity checking
60191954Skuriyamaoptions 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
61191954Skuriyama#options 	WITNESS			#Enable checks to detect deadlocks and cycles
62191954Skuriyama#options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
63178171Simp
64178171Simpdevice		loop
65178171Simpdevice		ether
66178171Simpdevice		le
67178171Simpdevice		miibus
68255084Sgonzodevice		bpf
69178171Simpdevice		md
70178171Simpdevice		uart
71