ALCHEMY revision 266331
1124208Sdes# ALCHEMY -- Generic kernel for Alchemy Au1xxx CPUs.
2124208Sdes#
3204861Sdes# For more information on this file, please read the handbook section on
4180744Sdes# Kernel Configuration Files:
5124208Sdes#
6180744Sdes#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7124208Sdes#
8124208Sdes# The handbook is also available locally in /usr/share/doc/handbook
9124208Sdes# if you've installed the doc distribution, otherwise always see the
10124208Sdes# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11124208Sdes# latest information.
12124208Sdes#
13124208Sdes# An exhaustive list of options and more detailed explanations of the
14124208Sdes# device lines is also present in the ../../conf/NOTES and NOTES files. 
15124208Sdes# If you are in doubt as to the purpose or necessity of a line, check first 
16124208Sdes# in NOTES.
17124208Sdes#
18124208Sdes# $FreeBSD: stable/10/sys/mips/conf/ALCHEMY 266331 2014-05-17 17:34:37Z ian $
19124208Sdes
20124208Sdesident		ALCHEMY
21124208Sdes
22124208Sdes# Don't build any modules yet.
23124208Sdesmakeoptions	MODULES_OVERRIDE=""
24124208Sdes
25124208Sdesinclude		"../alchemy/std.alchemy"
26124208Sdes
27124208Sdes#hints		"ALCHEMY.hints"		#Default places to look for devices.
28124208Sdes
29124208Sdesmakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
30124208Sdes
31124208Sdesoptions 	DDB
32124208Sdesoptions 	KDB
33124208Sdes
34124208Sdesoptions 	SCHED_4BSD		#4BSD scheduler
35124208Sdesoptions 	INET			#InterNETworking
36124208Sdesoptions 	NFSCL			#Network Filesystem Client
37124208Sdesoptions 	NFS_ROOT		#NFS usable as /, requires NFSCL
38137015Sdesoptions 	PSEUDOFS		#Pseudo-filesystem framework
39124208Sdes# options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
40124208Sdes
41124208Sdesoptions BOOTP
42124208Sdesoptions BOOTP_NFSROOT
43124208Sdesoptions BOOTP_NFSV3
44124208Sdesoptions BOOTP_WIRED_TO=admsw0
45124208Sdesoptions BOOTP_COMPAT
46124208Sdes
47124208Sdes# options         FFS                     #Berkeley Fast Filesystem
48124208Sdes# options         SOFTUPDATES             #Enable FFS soft updates support
49124208Sdes# options         UFS_ACL                 #Support for access control lists
50124208Sdes# options         UFS_DIRHASH             #Improve performance on big directories
51124208Sdesoptions 	ROOTDEVNAME=\"nfs:10.0.0.1:/mnt/bsd\"
52124208Sdes
53124208Sdes
54124208Sdes# Debugging for use in -current
55124208Sdes#options 	DEADLKRES		#Enable the deadlock resolver
56124208Sdesoptions 	INVARIANTS		#Enable calls of extra sanity checking
57124208Sdesoptions 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
58124208Sdes#options 	WITNESS			#Enable checks to detect deadlocks and cycles
59124208Sdes#options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
60124208Sdes
61124208Sdesdevice		loop
62124208Sdesdevice		ether
63124208Sdesdevice		uart
64124208Sdes# device		md
65124208Sdes