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_MIPS24K 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="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 29# For small memory footprints 30options VM_KMEM_SIZE_SCALE=1 31 32options DDB 33options KDB 34 35options SCHED_4BSD #4BSD scheduler 36options INET #InterNETworking 37options INET6 # IPv6 38 39# options NFSCL #Network Filesystem Client 40 41options PSEUDOFS #Pseudo-filesystem framework 42options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions 43 44# options NFS_LEGACYRPC 45# Debugging for use in -current 46options INVARIANTS 47options INVARIANT_SUPPORT 48options WITNESS 49options WITNESS_SKIPSPIN 50options DEBUG_REDZONE 51options DEBUG_MEMGUARD 52 53options FFS #Berkeley Fast Filesystem 54# options SOFTUPDATES #Enable FFS soft updates support 55# options UFS_ACL #Support for access control lists 56# options UFS_DIRHASH #Improve performance on big directories 57# options MSDOSFS # Read MSDOS filesystems; useful for USB/CF 58 59device pci 60device ar71xx_pci 61 62# 802.11 framework 63options IEEE80211_DEBUG 64options IEEE80211_ALQ 65options IEEE80211_SUPPORT_MESH 66options IEEE80211_SUPPORT_TDMA 67options IEEE80211_AMPDU_AGE 68device wlan # 802.11 support 69device wlan_wep # 802.11 WEP support 70device wlan_ccmp # 802.11 CCMP support 71device wlan_tkip # 802.11 TKIP support 72device wlan_xauth # 802.11 hostap support 73 74# Atheros wireless NICs 75device ath # Atheros interface support 76device ath_pci # Atheros PCI/Cardbus bus 77options ATH_DEBUG 78options ATH_DIAGAPI 79options ATH_ENABLE_11N 80options AH_DEBUG 81options AH_DEBUG_ALQ 82options ALQ 83device ath_hal 84option AH_SUPPORT_AR5416 85device ath_rate_sample 86option AH_RXCFG_SDMAMW_4BYTES 87option AH_AR5416_INTERRUPT_MITIGATION 88# There's no DFS radar detection support yet so this won't actually 89# detect radars. It however does enable the rest of the channel change 90# machinery so DFS can be debugged. 91option ATH_ENABLE_DFS 92 93device mii 94device arge 95 96device usb 97options USB_EHCI_BIG_ENDIAN_DESC # handle big-endian byte order 98options USB_DEBUG 99options USB_HOST_ALIGN=32 # AR71XX (MIPS in general?) requires this 100device ehci 101 102device scbus 103device umass 104device da 105 106# On-board SPI flash 107device spibus 108device ar71xx_spi 109device mx25l 110device ar71xx_wdog 111 112device uart 113device uart_ar71xx 114 115device ar71xx_apb 116 117device loop 118device ether 119device md 120device bpf 121device random 122device if_bridge 123device gif # ip[46] in ip[46] tunneling protocol 124device gre # generic encapsulation - only for IPv4 in IPv4 though atm 125 126options ARGE_DEBUG # Enable if_arge debugging for now 127 128# Enable GPIO 129device gpio 130device gpioled 131