ADM5120 revision 194145
1191983Sweongyo# ADM5120 -- Kernel configuration file for FreeBSD/mips for adm5120 systems
2191983Sweongyo#
3191983Sweongyo# For more information on this file, please read the handbook section on
4191983Sweongyo# Kernel Configuration Files:
5191983Sweongyo#
6191983Sweongyo#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7191983Sweongyo#
8191983Sweongyo# The handbook is also available locally in /usr/share/doc/handbook
9191983Sweongyo# if you've installed the doc distribution, otherwise always see the
10191983Sweongyo# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11191983Sweongyo# latest information.
12191983Sweongyo#
13191983Sweongyo# An exhaustive list of options and more detailed explanations of the
14191983Sweongyo# device lines is also present in the ../../conf/NOTES and NOTES files. 
15191983Sweongyo# If you are in doubt as to the purpose or necessity of a line, check first 
16191983Sweongyo# in NOTES.
17191983Sweongyo#
18191983Sweongyo# $FreeBSD: head/sys/mips/conf/ADM5120 194145 2009-06-14 03:32:52Z imp $
19191983Sweongyo
20191983Sweongyoident		ADM5120
21191983Sweongyo
22191983Sweongyo#makeoptions	ARCH_FLAGS=-march=mips32
23191983Sweongyomakeoptions	MIPS_LITTLE_ENDIAN=defined
24191983Sweongyo
25191983Sweongyo# Don't build any modules yet.
26191983Sweongyomakeoptions	MODULES_OVERRIDE=""
27191983Sweongyo
28191983Sweongyooptions 	KERNVIRTADDR=0x80100000
29191983Sweongyoinclude		"../adm5120/std.adm5120"
30191983Sweongyo
31191983Sweongyohints		"ADM5120.hints"		#Default places to look for devices.
32191983Sweongyo
33191983Sweongyomakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
34257176Sglebius
35191983Sweongyooptions 	DDB
36191983Sweongyooptions 	KDB
37191983Sweongyo
38191983Sweongyooptions 	SCHED_4BSD		#4BSD scheduler
39191983Sweongyooptions 	INET			#InterNETworking
40191983Sweongyooptions 	NFSCLIENT		#Network Filesystem Client
41191983Sweongyooptions 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
42191983Sweongyooptions 	PSEUDOFS		#Pseudo-filesystem framework
43191983Sweongyo#options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
44191983Sweongyo
45191983Sweongyooptions 	BOOTP
46191983Sweongyooptions 	BOOTP_NFSROOT
47191983Sweongyooptions 	BOOTP_NFSV3
48191983Sweongyooptions 	BOOTP_WIRED_TO=admsw0
49191983Sweongyooptions 	BOOTP_COMPAT
50191983Sweongyo
51191983Sweongyo#options 	FFS			#Berkeley Fast Filesystem
52194677Sthompsa#options 	SOFTUPDATES		#Enable FFS soft updates support
53191983Sweongyo#options 	UFS_ACL			#Support for access control lists
54191983Sweongyo#options 	UFS_DIRHASH		#Improve performance on big directories
55191983Sweongyooptions 	ROOTDEVNAME=\"nfs:10.0.0.1:/mnt/bsd\"
56191983Sweongyo
57191983Sweongyo# Debugging for use in -current
58191983Sweongyooptions 	INVARIANTS		#Enable calls of extra sanity checking
59191983Sweongyooptions 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
60191983Sweongyo#options 	WITNESS			#Enable checks to detect deadlocks and cycles
61191983Sweongyo#options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
62191983Sweongyo
63191983Sweongyodevice		loop
64191983Sweongyodevice		ether
65191983Sweongyodevice		uart
66191983Sweongyonodevice	uart_ns8250		# ADM5120's UART not 16550-like
67191983Sweongyo# device		md
68191983Sweongyo