diff options
author | adrian <adrian@FreeBSD.org> | 2011-03-31 08:48:05 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2011-03-31 08:48:05 +0000 |
commit | d9826cd23e0329494dbcf07532be592ea15d4ff9 (patch) | |
tree | 0db3d1d3c71e986a00de2d037121e3e94f62ad40 /sys/conf | |
parent | 93277541d5167fedb7485ff9dcbf752acc17ba62 (diff) | |
download | FreeBSD-src-d9826cd23e0329494dbcf07532be592ea15d4ff9.zip FreeBSD-src-d9826cd23e0329494dbcf07532be592ea15d4ff9.tar.gz |
Introduce AH_AR5416_INTERRUPT_MITIGATION which enables interrupt mitigation for
the AR5416 and later. Rename the older HAL option to use this.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/options | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options index 4ede826..e601ceb 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -786,6 +786,9 @@ AH_USE_INIPDGAIN opt_ah.h AH_MAXCHAN opt_ah.h AH_RXCFG_SDMAMW_4BYTES opt_ah.h +# AR5416 and later interrupt mitigation +AH_AR5416_INTERRUPT_MITIGATION opt_ah.h + # options for the Broadcom BCM43xx driver (bwi) BWI_DEBUG opt_bwi.h BWI_DEBUG_VERBOSE opt_bwi.h |