1178185Simp# ADM5120 -- Kernel configuration file for FreeBSD/mips for adm5120 systems
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		ADM5120
21178171Simp
22178171Simp# Don't build any modules yet.
23178171Simpmakeoptions	MODULES_OVERRIDE=""
24178171Simp
25182738Sobrieninclude		"../adm5120/std.adm5120"
26178171Simp
27178171Simphints		"ADM5120.hints"		#Default places to look for devices.
28178171Simp
29178171Simpmakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
30178171Simp
31191954Skuriyamaoptions 	DDB
32191954Skuriyamaoptions 	KDB
33178171Simp
34191954Skuriyamaoptions 	SCHED_4BSD		#4BSD scheduler
35191954Skuriyamaoptions 	INET			#InterNETworking
36221753Sgonzooptions 	NFSCL			#Network Filesystem Client
37221753Sgonzooptions 	NFS_ROOT		#NFS usable as /, requires NFSCL
38191954Skuriyamaoptions 	PSEUDOFS		#Pseudo-filesystem framework
39191954Skuriyama#options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
40178171Simp
41191954Skuriyamaoptions 	BOOTP
42191954Skuriyamaoptions 	BOOTP_NFSROOT
43191954Skuriyamaoptions 	BOOTP_NFSV3
44191954Skuriyamaoptions 	BOOTP_WIRED_TO=admsw0
45191954Skuriyamaoptions 	BOOTP_COMPAT
46178171Simp
47191954Skuriyama#options 	FFS			#Berkeley Fast Filesystem
48191954Skuriyama#options 	SOFTUPDATES		#Enable FFS soft updates support
49191954Skuriyama#options 	UFS_ACL			#Support for access control lists
50191954Skuriyama#options 	UFS_DIRHASH		#Improve performance on big directories
51191954Skuriyamaoptions 	ROOTDEVNAME=\"nfs:10.0.0.1:/mnt/bsd\"
52178171Simp
53178171Simp# Debugging for use in -current
54203938Sattilio#options 	DEADLKRES		#Enable the deadlock resolver
55191954Skuriyamaoptions 	INVARIANTS		#Enable calls of extra sanity checking
56191954Skuriyamaoptions 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
57191954Skuriyama#options 	WITNESS			#Enable checks to detect deadlocks and cycles
58191954Skuriyama#options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
59178171Simp
60178171Simpdevice		loop
61178171Simpdevice		ether
62178171Simpdevice		uart
63194145Simpnodevice	uart_ns8250		# ADM5120's UART not 16550-like
64178171Simp# device		md
65