# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_WLCORE[0m tristate "TI wlcore support" depends on [31mCONFIG_MAC80211[0m select [31mCONFIG_FW_LOADER[0m ---help--- This module contains the main code for TI [31mCONFIG_WLAN[0m chips. It abstracts hardware-specific differences among different chipset families. Each chipset family needs to implement its own lower-level module that will depend on this module for the common code. If you choose to build a module, it will be called wlcore. Say N if unsure. config [31mCONFIG_WLCORE_SPI[0m tristate "TI wlcore SPI support" depends on [31mCONFIG_WLCORE[0m && [31mCONFIG_SPI_MASTER[0m && [31mCONFIG_OF[0m select [31mCONFIG_CRC7[0m ---help--- This module adds support for the [31mCONFIG_SPI[0m interface of adapters using TI [31mCONFIG_WLAN[0m chipsets. Select this if your platform is using the [31mCONFIG_SPI[0m bus. If you choose to build a module, it'll be called wlcore_spi. Say N if unsure. config [31mCONFIG_WLCORE_SDIO[0m tristate "TI wlcore SDIO support" depends on [31mCONFIG_WLCORE[0m && [31mCONFIG_MMC[0m ---help--- This module adds support for the SDIO interface of adapters using TI [31mCONFIG_WLAN[0m chipsets. Select this if your platform is using the SDIO bus. If you choose to build a module, it'll be called wlcore_sdio. Say N if unsure. |