1# $FreeBSD$
2
3cpu		CPU_MIPS4KC
4ident		RB532
5
6# Don't build any modules yet.
7makeoptions	MODULES_OVERRIDE=""
8
9include		"../idt/std.idt"
10hints		"IDT.hints"		#Default places to look for devices.
11
12makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
13
14options 	DDB
15options 	KDB
16
17options 	SCHED_4BSD		#4BSD scheduler
18options 	INET			#InterNETworking
19options 	NFSCL			#Network Filesystem Client
20options 	NFS_ROOT		#NFS usable as /, requires NFSCL
21options 	PSEUDOFS		#Pseudo-filesystem framework
22
23options 	BOOTP
24options 	BOOTP_NFSROOT
25options 	BOOTP_NFSV3
26options 	BOOTP_WIRED_TO=kr0
27options 	BOOTP_COMPAT
28
29# Debugging for use in -current
30#options 	DEADLKRES		#Enable the deadlock resolver
31options 	INVARIANTS		#Enable calls of extra sanity checking
32options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
33
34device		loop
35device		pci
36device		ether
37device		miibus
38device		vr
39device		kr
40device		uart
41device		md
42
43# Wireless NIC cards
44device		wlan		# 802.11 support
45device		wlan_wep	# 802.11 WEP support
46device		wlan_tkip	# 802.11 TKIP support
47device		ath		# Atheros NIC's
48device		ath_pci		# Atheros pci/cardbus glue
49device		ath_hal		# pci/cardbus chip support
50options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
51device		ath_rate_sample	# SampleRate tx rate control for ath
52options 	ATH_DEBUG
53
54device		bpf
55