1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "TI wl1251 driver support"
8 This will enable TI wl1251 driver support. The drivers make
9 use of the mac80211 stack.
11 If you choose to build a module, it'll be called wl1251. Say
15 tristate "TI wl1251 SPI support"
16 depends on WL1251 && SPI_MASTER
18 This module adds support for the SPI interface of adapters using
19 TI wl1251 chipset. Select this if your platform is using
22 If you choose to build a module, it'll be called wl1251_spi.
26 tristate "TI wl1251 SDIO support"
27 depends on WL1251 && MMC
29 This module adds support for the SDIO interface of adapters using
30 TI wl1251 chipset. Select this if your platform is using
33 If you choose to build a module, it'll be called
34 wl1251_sdio. Say N if unsure.