1212633Sneel#
2212633Sneel# $FreeBSD: releng/10.2/sys/mips/conf/std.SWARM 266331 2014-05-17 17:34:37Z ian $
3212633Sneel#
4212633Sneel
5212633Sneelhints		"SWARM.hints"
6215270Simpinclude		"../sibyte/std.sibyte"
7212633Sneel
8266331Sianoptions 	CFE
9266331Sianoptions 	CFE_CONSOLE
10266331Sianoptions 	CFE_ENV
11266331Sianoptions 	ALT_BREAK_TO_DEBUGGER
12212633Sneel
13212633Sneelcpu		CPU_SB1
14212633Sneel
15212633Sneelmakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
16212633Sneelmakeoptions	MODULES_OVERRIDE=""
17212633Sneel
18266331Sianoptions 	DDB
19266331Sianoptions 	KDB
20212633Sneel
21266331Sianoptions 	SCHED_4BSD		#4BSD scheduler
22266331Sianoptions 	INET			#InterNETworking
23266331Sianoptions 	NFSCL			#Network Filesystem Client
24266331Sianoptions 	NFS_ROOT		#NFS usable as /, requires NFSCL
25266331Sianoptions 	PSEUDOFS		#Pseudo-filesystem framework
26266331Sianoptions 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
27212633Sneel
28212633Sneel# Debugging for use in -current
29212633Sneel#options 	DEADLKRES
30266331Sianoptions 	INVARIANTS
31266331Sianoptions 	INVARIANT_SUPPORT
32266331Sianoptions 	WITNESS
33212633Sneel
34212633Sneeloptions 	FFS			#Fast filesystem
35212633Sneel
36266331Sianoptions 	KTRACE
37212633Sneel
38212633Sneeldevice		pci
39212633Sneeldevice		miibus
40212633Sneeldevice		bge
41212633Sneeldevice		loop
42212633Sneeldevice		ether
43212633Sneeldevice		md
44212633Sneeldevice		random
45212633Sneel
46266331Sianoptions 	USB_DEBUG
47212633Sneeldevice usb
48212633Sneeldevice ohci
49212633Sneeldevice uhci
50212633Sneeldevice ehci
51212633Sneel
52212633Sneeldevice umass
53212633Sneel
54212633Sneeldevice scbus
55220982Smavdevice cd
56212633Sneeldevice da
57220982Smavdevice pass
58212633Sneel
59212633Sneeldevice		ata
60221071Smavoptions 	ATA_STATIC_ID	# Static device numbering
61