wlcore: enable beacon filtering only after receiving a beacon
[deliverable/linux.git] / drivers / net / wireless / ti / wlcore / Kconfig
CommitLineData
b2ba99ff
LC
1config WLCORE
2 tristate "TI wlcore support"
0244ad00 3 depends on WL_TI && MAC80211
30d742d5 4 select FW_LOADER
30d742d5 5 ---help---
b2ba99ff
LC
6 This module contains the main code for TI WLAN chips. It abstracts
7 hardware-specific differences among different chipset families.
8 Each chipset family needs to implement its own lower-level module
9 that will depend on this module for the common code.
30d742d5 10
b2ba99ff 11 If you choose to build a module, it will be called wlcore. Say N if
30d742d5 12 unsure.
50b3eb4b 13
b2ba99ff
LC
14config WLCORE_SPI
15 tristate "TI wlcore SPI support"
16 depends on WLCORE && SPI_MASTER
a0111302 17 select CRC7
50b3eb4b
TP
18 ---help---
19 This module adds support for the SPI interface of adapters using
b2ba99ff 20 TI WLAN chipsets. Select this if your platform is using
50b3eb4b
TP
21 the SPI bus.
22
b2ba99ff 23 If you choose to build a module, it'll be called wlcore_spi.
50b3eb4b
TP
24 Say N if unsure.
25
b2ba99ff
LC
26config WLCORE_SDIO
27 tristate "TI wlcore SDIO support"
28 depends on WLCORE && MMC
5129dffe
TP
29 ---help---
30 This module adds support for the SDIO interface of adapters using
b2ba99ff 31 TI WLAN chipsets. Select this if your platform is using
5129dffe
TP
32 the SDIO bus.
33
b2ba99ff 34 If you choose to build a module, it'll be called wlcore_sdio.
00d20100 35 Say N if unsure.
This page took 0.530715 seconds and 5 git commands to generate.