1# SPDX-License-Identifier: GPL-2.0-only 2config WL1251 3 tristate "TI wl1251 driver support" 4 depends on MAC80211 5 select FW_LOADER 6 select CRC7 7 help 8 This will enable TI wl1251 driver support. The drivers make 9 use of the mac80211 stack. 10 11 If you choose to build a module, it'll be called wl1251. Say 12 N if unsure. 13 14config WL1251_SPI 15 tristate "TI wl1251 SPI support" 16 depends on WL1251 && SPI_MASTER 17 help 18 This module adds support for the SPI interface of adapters using 19 TI wl1251 chipset. Select this if your platform is using 20 the SPI bus. 21 22 If you choose to build a module, it'll be called wl1251_spi. 23 Say N if unsure. 24 25config WL1251_SDIO 26 tristate "TI wl1251 SDIO support" 27 depends on WL1251 && MMC 28 help 29 This module adds support for the SDIO interface of adapters using 30 TI wl1251 chipset. Select this if your platform is using 31 the SDIO bus. 32 33 If you choose to build a module, it'll be called 34 wl1251_sdio. Say N if unsure. 35