1189753Simp# ALCHEMY -- Generic kernel for Alchemy Au1xxx CPUs.
2189753Simp#
3189753Simp# For more information on this file, please read the handbook section on
4189753Simp# Kernel Configuration Files:
5189753Simp#
6189753Simp#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7189753Simp#
8189753Simp# The handbook is also available locally in /usr/share/doc/handbook
9189753Simp# if you've installed the doc distribution, otherwise always see the
10189753Simp# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11189753Simp# latest information.
12189753Simp#
13189753Simp# An exhaustive list of options and more detailed explanations of the
14189753Simp# device lines is also present in the ../../conf/NOTES and NOTES files. 
15189753Simp# If you are in doubt as to the purpose or necessity of a line, check first 
16189753Simp# in NOTES.
17189753Simp#
18189753Simp# $FreeBSD: releng/11.0/sys/mips/conf/ALCHEMY 263301 2014-03-18 14:41:18Z imp $
19189753Simp
20189753Simpident		ALCHEMY
21189753Simp
22189753Simp# Don't build any modules yet.
23189753Simpmakeoptions	MODULES_OVERRIDE=""
24189753Simp
25189753Simpinclude		"../alchemy/std.alchemy"
26189753Simp
27203116Scognet#hints		"ALCHEMY.hints"		#Default places to look for devices.
28189753Simp
29189753Simpmakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
30189753Simp
31263301Simpoptions 	DDB
32263301Simpoptions 	KDB
33189753Simp
34263301Simpoptions 	SCHED_4BSD		#4BSD scheduler
35263301Simpoptions 	INET			#InterNETworking
36263301Simpoptions 	NFSCL			#Network Filesystem Client
37263301Simpoptions 	NFS_ROOT		#NFS usable as /, requires NFSCL
38263301Simpoptions 	PSEUDOFS		#Pseudo-filesystem framework
39263301Simp# options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
40189753Simp
41189753Simpoptions BOOTP
42189753Simpoptions BOOTP_NFSROOT
43189753Simpoptions BOOTP_NFSV3
44189753Simpoptions BOOTP_WIRED_TO=admsw0
45189753Simpoptions BOOTP_COMPAT
46189753Simp
47189753Simp# options         FFS                     #Berkeley Fast Filesystem
48189753Simp# options         SOFTUPDATES             #Enable FFS soft updates support
49189753Simp# options         UFS_ACL                 #Support for access control lists
50189753Simp# options         UFS_DIRHASH             #Improve performance on big directories
51263301Simpoptions 	ROOTDEVNAME=\"nfs:10.0.0.1:/mnt/bsd\"
52189753Simp
53189753Simp
54189753Simp# Debugging for use in -current
55203938Sattilio#options 	DEADLKRES		#Enable the deadlock resolver
56263301Simpoptions 	INVARIANTS		#Enable calls of extra sanity checking
57263301Simpoptions 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
58263301Simp#options 	WITNESS			#Enable checks to detect deadlocks and cycles
59263301Simp#options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
60189753Simp
61189753Simpdevice		loop
62189753Simpdevice		ether
63189753Simpdevice		uart
64189753Simp# device		md
65