aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/options
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2008-12-01 16:53:01 +0000
committerSam Leffler <sam@FreeBSD.org>2008-12-01 16:53:01 +0000
commit33644623554bb0fc57ed3c7d874193a498679b22 (patch)
tree8a1dfddaf996f7f9195cae93c4ecb83157e46354 /sys/conf/options
parent1477970585cad11dfbf3ef65e1149f7004b9a005 (diff)
downloadsrc-33644623554bb0fc57ed3c7d874193a498679b22.tar.gz
src-33644623554bb0fc57ed3c7d874193a498679b22.zip
Switch to ath hal source code. Note this removes the ath_hal
module; the ath module now brings in the hal support. Kernel config files are almost backwards compatible; supplying device ath_hal gives you the same chip support that the binary hal did but you must also include options AH_SUPPORT_AR5416 to enable the extended format descriptors used by 11n parts. It is now possible to control the chip support included in a build by specifying exactly which chips are to be supported in the config file; consult ath_hal(4) for information.
Notes
Notes: svn path=/head/; revision=185522
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index f20547dda13f..f7074785fcc9 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -740,6 +740,21 @@ ATH_RXBUF opt_ath.h
ATH_DIAGAPI opt_ath.h
ATH_TX99_DIAG opt_ath.h
+# options for the Atheros hal
+AH_SUPPORT_AR5416 opt_ah.h
+
+AH_DEBUG opt_ah.h
+AH_ASSERT opt_ah.h
+AH_DEBUG_ALQ opt_ah.h
+AH_REGOPS_FUNC opt_ah.h
+AH_WRITE_REGDOMAIN opt_ah.h
+AH_DEBUG_COUNTRY opt_ah.h
+AH_WRITE_EEPROM opt_ah.h
+AH_PRIVATE_DIAG opt_ah.h
+AH_NEED_DESC_SWAP opt_ah.h
+AH_USE_INIPDGAIN opt_ah.h
+AH_SUPPORT_11D opt_ah.h
+
# options for the Marvell 8335 wireless driver
MALO_DEBUG opt_malo.h
MALO_TXBUF opt_malo.h