MALTA64 revision 203938
1178476Sjb# MALTA -- Kernel config for MALTA boards
2178476Sjb#
3178476Sjb# For more information on this file, please read the handbook section on
4178476Sjb# Kernel Configuration Files:
5178476Sjb#
6178476Sjb#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7178476Sjb#
8178476Sjb# The handbook is also available locally in /usr/share/doc/handbook
9178476Sjb# if you've installed the doc distribution, otherwise always see the
10178476Sjb# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11178476Sjb# latest information.
12178476Sjb#
13178476Sjb# An exhaustive list of options and more detailed explanations of the
14178476Sjb# device lines is also present in the ../../conf/NOTES and NOTES files. 
15178476Sjb# If you are in doubt as to the purpose or necessity of a line, check first 
16178476Sjb# in NOTES.
17178476Sjb#
18178476Sjb# $FreeBSD: head/sys/mips/conf/MALTA64 203938 2010-02-15 23:44:48Z attilio $
19178476Sjb
20178476Sjbident		MALTA
21178476Sjb
22178476Sjbmakeoptions	ARCH_FLAGS="-march=mips64 -mabi=64"
23178476Sjbmakeoptions	MIPS_LITTLE_ENDIAN=defined
24178476Sjbmakeoptions	TARGET_64BIT=t
25178476Sjbmakeoptions	LDSCRIPT_NAME=	ldscript.mips.mips64
26178476Sjb
27178476Sjboptions 	YAMON
28178476Sjb
29178476Sjb# Don't build any modules yet.
30178476Sjbmakeoptions	MODULES_OVERRIDE=""
31178476Sjb
32178476Sjboptions 	KERNVIRTADDR=0x80100000
33178476Sjboptions 	TICK_USE_YAMON_FREQ=defined
34178476Sjb#options 	TICK_USE_MALTA_RTC=defined
35178476Sjb
36178476Sjbinclude		"../malta/std.malta"
37178476Sjb
38178476Sjboptions		ISA_MIPS64
39178476Sjb
40178476Sjbhints		"MALTA.hints"		#Default places to look for devices.
41178476Sjb
42178476Sjbmakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
43178476Sjb
44178476Sjboptions 	DDB
45178476Sjboptions 	KDB
46178476Sjb
47178476Sjboptions 	SCHED_4BSD		#4BSD scheduler
48178476Sjboptions 	INET			#InterNETworking
49178476Sjboptions 	NFSCLIENT		#Network Filesystem Client
50178476Sjboptions 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
51178476Sjboptions 	PSEUDOFS		#Pseudo-filesystem framework
52178476Sjboptions 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
53178476Sjb
54178476Sjboptions 	FFS			#Berkeley Fast Filesystem
55178476Sjboptions 	SOFTUPDATES		#Enable FFS soft updates support
56178476Sjboptions 	UFS_ACL			#Support for access control lists
57178476Sjboptions 	UFS_DIRHASH		#Improve performance on big directories
58178476Sjboptions 	ROOTDEVNAME=\"ufs:ad0s1a\"
59178476Sjb
60178476Sjb
61178476Sjb# Debugging for use in -current
62178476Sjb#options 	DEADLKRES		#Enable the deadlock resolver
63178476Sjboptions 	INVARIANTS		#Enable calls of extra sanity checking
64178476Sjboptions 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
65178476Sjb#options 	WITNESS			#Enable checks to detect deadlocks and cycles
66178476Sjb#options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
67178476Sjb
68178476Sjbdevice		loop
69178476Sjbdevice		ether
70178476Sjbdevice		le
71178476Sjbdevice		miibus
72178476Sjbdevice		md
73178476Sjbdevice		uart
74178476Sjb