Loading...
1# SPDX-License-Identifier: GPL-2.0-only
2config WLCORE
3 tristate "TI wlcore support"
4 depends on MAC80211
5 select FW_LOADER
6 help
7 This module contains the main code for TI WLAN chips. It abstracts
8 hardware-specific differences among different chipset families.
9 Each chipset family needs to implement its own lower-level module
10 that will depend on this module for the common code.
11
12 If you choose to build a module, it will be called wlcore. Say N if
13 unsure.
14
15config WLCORE_SPI
16 tristate "TI wlcore SPI support"
17 depends on WLCORE && SPI_MASTER && OF
18 select CRC7
19 help
20 This module adds support for the SPI interface of adapters using
21 TI WLAN chipsets. Select this if your platform is using
22 the SPI bus.
23
24 If you choose to build a module, it'll be called wlcore_spi.
25 Say N if unsure.
26
27config WLCORE_SDIO
28 tristate "TI wlcore SDIO support"
29 depends on WLCORE && MMC
30 help
31 This module adds support for the SDIO interface of adapters using
32 TI WLAN chipsets. Select this if your platform is using
33 the SDIO bus.
34
35 If you choose to build a module, it'll be called wlcore_sdio.
36 Say N if unsure.
1config WLCORE
2 tristate "TI wlcore support"
3 depends on MAC80211
4 select FW_LOADER
5 ---help---
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.
10
11 If you choose to build a module, it will be called wlcore. Say N if
12 unsure.
13
14config WLCORE_SPI
15 tristate "TI wlcore SPI support"
16 depends on WLCORE && SPI_MASTER && OF
17 select CRC7
18 ---help---
19 This module adds support for the SPI interface of adapters using
20 TI WLAN chipsets. Select this if your platform is using
21 the SPI bus.
22
23 If you choose to build a module, it'll be called wlcore_spi.
24 Say N if unsure.
25
26config WLCORE_SDIO
27 tristate "TI wlcore SDIO support"
28 depends on WLCORE && MMC
29 ---help---
30 This module adds support for the SDIO interface of adapters using
31 TI WLAN chipsets. Select this if your platform is using
32 the SDIO bus.
33
34 If you choose to build a module, it'll be called wlcore_sdio.
35 Say N if unsure.