treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / net / wireless / ti / wl1251 / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
bd842171 2config WL1251
9bc6772e 3 tristate "TI wl1251 driver support"
0244ad00 4 depends on MAC80211
9bc6772e
KV
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.