IDT revision 185522
1284990Scy# $FreeBSD: head/sys/mips/conf/IDT 185522 2008-12-01 16:53:01Z sam $
2284990Scy
3289999Sglebiuscpu		CPU_MIPS4KC
4289999Sglebiusident		RB532
5284990Scy
6284990Scy# Don't build any modules yet.
7293893Sglebiusmakeoptions	MODULES_OVERRIDE=""
8289999Sglebius
9289999Sglebiusinclude		"../idt/std.idt"
10289999Sglebiushints		"IDT.hints"		#Default places to look for devices.
11289999Sglebius
12289999Sglebiusmakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
13289999Sglebius
14289999Sglebiusoptions		DDB
15289999Sglebiusoptions		KDB
16284990Scy
17284990Scyoptions		SCHED_4BSD		#4BSD scheduler
18289999Sglebiusoptions		INET			#InterNETworking
19293893Sglebiusoptions		NFSCLIENT		#Network Filesystem Client
20293893Sglebiusoptions		NFS_ROOT		#NFS usable as /, requires NFSCLIENT
21293893Sglebiusoptions		PSEUDOFS		#Pseudo-filesystem framework
22293893Sglebius
23293893Sglebiusoptions		BOOTP
24293893Sglebiusoptions		BOOTP_NFSROOT
25293893Sglebiusoptions		BOOTP_NFSV3
26293893Sglebiusoptions		BOOTP_WIRED_TO=kr0
27293893Sglebiusoptions		BOOTP_COMPAT
28289999Sglebius
29284990Scy# Debugging for use in -current
30284990Scyoptions		INVARIANTS		#Enable calls of extra sanity checking
31284990Scyoptions		INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
32284990Scy
33284990Scydevice		loop
34284990Scydevice		pci
35284990Scydevice		ether
36284990Scydevice		miibus
37284990Scydevice		vr
38284990Scydevice		kr
39284990Scydevice		uart
40284990Scydevice		md
41289999Sglebius
42289999Sglebius# Wireless NIC cards
43284990Scydevice		wlan		# 802.11 support
44284990Scydevice		wlan_wep	# 802.11 WEP support
45284990Scydevice		wlan_tkip	# 802.11 TKIP support
46284990Scydevice		ath		# Atheros pci/cardbus NIC's
47284990Scydevice		ath_hal		# pci/cardbus chip support
48284990Scyoptions		AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
49284990Scydevice		ath_rate_sample	# SampleRate tx rate control for ath
50284990Scyoptions		ATH_DEBUG
51284990Scy
52284990Scydevice		bpf
53284990Scy