ADM5120 revision 184194
1169689Skan# ADM5120 -- Kernel configuration file for FreeBSD/mips for adm5120 systems
2169689Skan#
3169689Skan# For more information on this file, please read the handbook section on
4169689Skan# Kernel Configuration Files:
5169689Skan#
6169689Skan#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7169689Skan#
8169689Skan# The handbook is also available locally in /usr/share/doc/handbook
9169689Skan# if you've installed the doc distribution, otherwise always see the
10169689Skan# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11169689Skan# latest information.
12169689Skan#
13169689Skan# An exhaustive list of options and more detailed explanations of the
14169689Skan# device lines is also present in the ../../conf/NOTES and NOTES files. 
15169689Skan# If you are in doubt as to the purpose or necessity of a line, check first 
16169689Skan# in NOTES.
17169689Skan#
18169689Skan# $FreeBSD: head/sys/mips/conf/ADM5120 184194 2008-10-23 02:16:38Z marcel $
19169689Skan
20169689Skanident		ADM5120
21169689Skan
22169689Skan#makeoptions	ARCH_FLAGS=-march=mips32
23169689Skanmakeoptions	MIPS_LITTLE_ENDIAN=defined
24169689Skan
25169689Skan# Don't build any modules yet.
26169689Skanmakeoptions	MODULES_OVERRIDE=""
27169689Skan
28169689Skanoptions		KERNVIRTADDR=0x80100000
29169689Skaninclude		"../adm5120/std.adm5120"
30169689Skan
31169689Skanhints		"ADM5120.hints"		#Default places to look for devices.
32169689Skan
33169689Skanmakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
34169689Skan
35169689Skanoptions		DDB
36169689Skanoptions		KDB
37169689Skan
38169689Skanoptions		SCHED_4BSD		#4BSD scheduler
39169689Skanoptions		INET			#InterNETworking
40169689Skanoptions		NFSCLIENT		#Network Filesystem Client
41169689Skanoptions		NFS_ROOT		#NFS usable as /, requires NFSCLIENT
42169689Skanoptions		PSEUDOFS		#Pseudo-filesystem framework
43169689Skan# options		_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
44169689Skan
45169689Skanoptions BOOTP
46169689Skanoptions BOOTP_NFSROOT
47169689Skanoptions BOOTP_NFSV3
48169689Skanoptions BOOTP_WIRED_TO=admsw0
49169689Skanoptions BOOTP_COMPAT
50169689Skan
51169689Skan# options         FFS                     #Berkeley Fast Filesystem
52169689Skan# options         SOFTUPDATES             #Enable FFS soft updates support
53169689Skan# options         UFS_ACL                 #Support for access control lists
54169689Skan# options         UFS_DIRHASH             #Improve performance on big directories
55169689Skanoptions		ROOTDEVNAME=\"nfs:10.0.0.1:/mnt/bsd\"
56169689Skan
57169689Skan
58169689Skan# Debugging for use in -current
59169689Skanoptions		INVARIANTS		#Enable calls of extra sanity checking
60169689Skanoptions		INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
61169689Skan#options		WITNESS			#Enable checks to detect deadlocks and cycles
62169689Skan#options		WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
63169689Skan
64169689Skandevice		loop
65169689Skandevice		ether
66169689Skandevice		uart
67169689Skan# device		md
68169689Skan