1178171Simp# $FreeBSD: releng/11.0/sys/mips/conf/IDT 221753 2011-05-11 00:52:41Z gonzo $
2178171Simp
3178171Simpcpu		CPU_MIPS4KC
4178171Simpident		RB532
5178171Simp
6178171Simp# Don't build any modules yet.
7178171Simpmakeoptions	MODULES_OVERRIDE=""
8178171Simp
9182738Sobrieninclude		"../idt/std.idt"
10178171Simphints		"IDT.hints"		#Default places to look for devices.
11178171Simp
12178171Simpmakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
13178171Simp
14191954Skuriyamaoptions 	DDB
15191954Skuriyamaoptions 	KDB
16178171Simp
17191954Skuriyamaoptions 	SCHED_4BSD		#4BSD scheduler
18191954Skuriyamaoptions 	INET			#InterNETworking
19221753Sgonzooptions 	NFSCL			#Network Filesystem Client
20221753Sgonzooptions 	NFS_ROOT		#NFS usable as /, requires NFSCL
21191954Skuriyamaoptions 	PSEUDOFS		#Pseudo-filesystem framework
22178171Simp
23191954Skuriyamaoptions 	BOOTP
24191954Skuriyamaoptions 	BOOTP_NFSROOT
25191954Skuriyamaoptions 	BOOTP_NFSV3
26191954Skuriyamaoptions 	BOOTP_WIRED_TO=kr0
27191954Skuriyamaoptions 	BOOTP_COMPAT
28178171Simp
29178171Simp# Debugging for use in -current
30203938Sattilio#options 	DEADLKRES		#Enable the deadlock resolver
31191954Skuriyamaoptions 	INVARIANTS		#Enable calls of extra sanity checking
32191954Skuriyamaoptions 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
33178171Simp
34178171Simpdevice		loop
35178171Simpdevice		pci
36178171Simpdevice		ether
37178171Simpdevice		miibus
38178171Simpdevice		vr
39178171Simpdevice		kr
40178171Simpdevice		uart
41178171Simpdevice		md
42178171Simp
43178171Simp# Wireless NIC cards
44178171Simpdevice		wlan		# 802.11 support
45178171Simpdevice		wlan_wep	# 802.11 WEP support
46178171Simpdevice		wlan_tkip	# 802.11 TKIP support
47220185Sadriandevice		ath		# Atheros NIC's
48220185Sadriandevice		ath_pci		# Atheros pci/cardbus glue
49185522Ssamdevice		ath_hal		# pci/cardbus chip support
50191954Skuriyamaoptions 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
51178171Simpdevice		ath_rate_sample	# SampleRate tx rate control for ath
52191954Skuriyamaoptions 	ATH_DEBUG
53183172Simp
54183172Simpdevice		bpf
55