Add documentation to sys/conf/options pointing out that AH_SUPPORT_AR9130

shouldn't be enabled by default unless you're truely building for the
AR913x platform.
This commit is contained in:
Adrian Chadd 2011-05-02 05:39:43 +00:00
parent dd831c63e0
commit 74f355f033
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221312

View File

@ -775,6 +775,8 @@ ATH_ENABLE_11N opt_ah.h
# options for the Atheros hal
AH_SUPPORT_AR5416 opt_ah.h
# XXX For now, this breaks non-AR9130 chipsets, so only use it
# XXX when actually targetting AR9130.
AH_SUPPORT_AR9130 opt_ah.h
AH_DEBUG opt_ah.h
@ -791,6 +793,7 @@ AH_MAXCHAN opt_ah.h
AH_RXCFG_SDMAMW_4BYTES opt_ah.h
# AR5416 and later interrupt mitigation
# XXX do not use this for AR9130
AH_AR5416_INTERRUPT_MITIGATION opt_ah.h
# options for the Broadcom BCM43xx driver (bwi)