1#
2# AR71XX -- Kernel configuration file for FreeBSD/MIPS for Atheros 71xx systems
3#
4# This includes all the common drivers for the AR71XX boards along with
5# the usb, net80211 and atheros driver code.
6#
7# $FreeBSD$
8#
9
10machine		mips mips
11ident		AR71XX_BASE
12cpu		CPU_MIPS4KC
13makeoptions	KERNLOADADDR=0x80050000
14options		HZ=1000
15options		HWPMC_HOOKS
16
17files		"../atheros/files.ar71xx"
18
19# For now, hints are per-board.
20
21hints		"AR71XX_BASE.hints"
22
23makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
24
25# Build these as modules so small platform builds will have the
26# modules already built.
27makeoptions	MODULES_OVERRIDE="random gpio ar71xx if_gif if_gre if_bridge bridgestp usb wlan wlan_xauth wlan_acl wlan_wep wlan_tkip wlan_ccmp wlan_rssadapt wlan_amrr ath ath_pci"
28
29options		DDB
30options		KDB
31
32options		SCHED_4BSD		#4BSD scheduler
33options		INET			#InterNETworking
34options		INET6			# IPv6
35
36# options		NFSCL		#Network Filesystem Client
37
38options		PSEUDOFS		#Pseudo-filesystem framework
39options		_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
40
41# options		NFS_LEGACYRPC
42# Debugging for use in -current
43options		INVARIANTS
44options		INVARIANT_SUPPORT
45options		WITNESS
46options		WITNESS_SKIPSPIN
47options		DEBUG_REDZONE
48options		DEBUG_MEMGUARD
49
50options         FFS                     #Berkeley Fast Filesystem
51# options         SOFTUPDATES             #Enable FFS soft updates support
52# options         UFS_ACL                 #Support for access control lists
53# options         UFS_DIRHASH             #Improve performance on big directories
54# options		MSDOSFS			# Read MSDOS filesystems; useful for USB/CF
55
56device		pci
57device		ar71xx_pci
58
59# 802.11 framework
60options		IEEE80211_DEBUG
61options		IEEE80211_ALQ
62options		IEEE80211_SUPPORT_MESH
63# This option is currently broken for if_ath_tx.
64options		IEEE80211_SUPPORT_TDMA
65options		IEEE80211_AMPDU_AGE
66device		wlan            # 802.11 support
67device		wlan_wep        # 802.11 WEP support
68device		wlan_ccmp       # 802.11 CCMP support
69device		wlan_tkip       # 802.11 TKIP support
70device		wlan_xauth	# 802.11 hostap support
71
72# Atheros wireless NICs
73device		ath             # Atheros interface support
74device		ath_pci		# Atheros PCI/Cardbus bus
75options 	ATH_DEBUG
76options		ATH_DIAGAPI
77options		ATH_ENABLE_11N
78options		AH_DEBUG
79options		AH_DEBUG_ALQ
80options		ALQ
81device		ath_hal
82option		AH_SUPPORT_AR5416
83device		ath_rate_sample
84option		AH_RXCFG_SDMAMW_4BYTES
85option		AH_AR5416_INTERRUPT_MITIGATION
86# There's no DFS radar detection support yet so this won't actually
87# detect radars.  It however does enable the rest of the channel change
88# machinery so DFS can be debugged.
89option		ATH_ENABLE_DFS
90
91device		mii
92device		arge
93
94device		usb
95options		USB_EHCI_BIG_ENDIAN_DESC        # handle big-endian byte order
96options		USB_DEBUG
97options		USB_HOST_ALIGN=32		# AR71XX (MIPS in general?) requires this
98device		ehci
99
100device		scbus
101device		umass
102device		da
103
104# On-board SPI flash
105device		spibus
106device		ar71xx_spi
107device		mx25l
108device		ar71xx_wdog
109
110device		uart
111device		uart_ar71xx
112
113device		loop
114device		ether
115device		md
116device		bpf
117device		random
118device		if_bridge
119device		gif		# ip[46] in ip[46] tunneling protocol
120device		gre		# generic encapsulation - only for IPv4 in IPv4 though atm
121
122options		ARGE_DEBUG	# Enable if_arge debugging for now
123
124# Enable GPIO
125device		gpio
126device		gpioled
127