ALCHEMY revision 203938
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: head/sys/mips/conf/ALCHEMY 203938 2010-02-15 23:44:48Z attilio $
19189753Simp
20189753Simpident		ALCHEMY
21189753Simp
22189753Simpmakeoptions	ARCH_FLAGS=-march=mips32
23189753Simpmakeoptions	MIPS_LITTLE_ENDIAN=defined
24189753Simp
25189753Simp# Don't build any modules yet.
26189753Simpmakeoptions	MODULES_OVERRIDE=""
27189753Simp
28189753Simpinclude		"../alchemy/std.alchemy"
29189753Simp
30203116Scognet#hints		"ALCHEMY.hints"		#Default places to look for devices.
31189753Simp
32189753Simpmakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
33189753Simp
34189753Simpoptions		DDB
35189753Simpoptions		KDB
36189753Simp
37189753Simpoptions		SCHED_4BSD		#4BSD scheduler
38189753Simpoptions		INET			#InterNETworking
39189753Simpoptions		NFSCLIENT		#Network Filesystem Client
40189753Simpoptions		NFS_ROOT		#NFS usable as /, requires NFSCLIENT
41189753Simpoptions		PSEUDOFS		#Pseudo-filesystem framework
42189753Simp# options		_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
43189753Simp
44189753Simpoptions BOOTP
45189753Simpoptions BOOTP_NFSROOT
46189753Simpoptions BOOTP_NFSV3
47189753Simpoptions BOOTP_WIRED_TO=admsw0
48189753Simpoptions BOOTP_COMPAT
49189753Simp
50189753Simp# options         FFS                     #Berkeley Fast Filesystem
51189753Simp# options         SOFTUPDATES             #Enable FFS soft updates support
52189753Simp# options         UFS_ACL                 #Support for access control lists
53189753Simp# options         UFS_DIRHASH             #Improve performance on big directories
54189753Simpoptions		ROOTDEVNAME=\"nfs:10.0.0.1:/mnt/bsd\"
55189753Simp
56189753Simp
57189753Simp# Debugging for use in -current
58203938Sattilio#options 	DEADLKRES		#Enable the deadlock resolver
59189753Simpoptions		INVARIANTS		#Enable calls of extra sanity checking
60189753Simpoptions		INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
61189753Simp#options		WITNESS			#Enable checks to detect deadlocks and cycles
62189753Simp#options		WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
63189753Simp
64189753Simpdevice		loop
65189753Simpdevice		ether
66189753Simpdevice		uart
67189753Simp# device		md
68