2 tristate "TI wlcore support"
3 depends on WL_TI && MAC80211
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.
11 If you choose to build a module, it will be called wlcore. Say N if
15 tristate "TI wlcore SPI support"
16 depends on WLCORE && SPI_MASTER
19 This module adds support for the SPI interface of adapters using
20 TI WLAN chipsets. Select this if your platform is using
23 If you choose to build a module, it'll be called wlcore_spi.
27 tristate "TI wlcore SDIO support"
28 depends on WLCORE && MMC
30 This module adds support for the SDIO interface of adapters using
31 TI WLAN chipsets. Select this if your platform is using
34 If you choose to build a module, it'll be called wlcore_sdio.