# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_WL1251[0m tristate "TI wl1251 driver support" depends on [31mCONFIG_MAC80211[0m select [31mCONFIG_FW_LOADER[0m select [31mCONFIG_CRC7[0m ---help--- This will enable TI wl1251 driver support. The drivers make use of the mac80211 stack. If you choose to build a module, it'll be called wl1251. Say N if unsure. config [31mCONFIG_WL1251_SPI[0m tristate "TI wl1251 SPI support" depends on [31mCONFIG_WL1251[0m && [31mCONFIG_SPI_MASTER[0m ---help--- This module adds support for the [31mCONFIG_SPI[0m interface of adapters using TI wl1251 chipset. Select this if your platform is using the [31mCONFIG_SPI[0m bus. If you choose to build a module, it'll be called wl1251_spi. Say N if unsure. config [31mCONFIG_WL1251_SDIO[0m tristate "TI wl1251 SDIO support" depends on [31mCONFIG_WL1251[0m && [31mCONFIG_MMC[0m ---help--- This module adds support for the SDIO interface of adapters using TI wl1251 chipset. Select this if your platform is using the SDIO bus. If you choose to build a module, it'll be called wl1251_sdio. Say N if unsure. |