1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "TI wlcore support"
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.
12 If you choose to build a module, it will be called wlcore. Say N if
16 tristate "TI wlcore SPI support"
17 depends on WLCORE && SPI_MASTER && OF
20 This module adds support for the SPI interface of adapters using
21 TI WLAN chipsets. Select this if your platform is using
24 If you choose to build a module, it'll be called wlcore_spi.
28 tristate "TI wlcore SDIO support"
29 depends on WLCORE && MMC
31 This module adds support for the SDIO interface of adapters using
32 TI WLAN chipsets. Select this if your platform is using
35 If you choose to build a module, it'll be called wlcore_sdio.