]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - sitara-epos/sitara-epos-kernel.git/blob - drivers/net/wireless/wl12xx/Kconfig
wl12xx: allow selecting platform data independently
[sitara-epos/sitara-epos-kernel.git] / drivers / net / wireless / wl12xx / Kconfig
1 menuconfig WL12XX_MENU
2         tristate "TI wl12xx driver support"
3         depends on MAC80211 && EXPERIMENTAL
4         ---help---
5           This will enable TI wl12xx driver support for the following chips:
6           wl1271, wl1273, wl1281 and wl1283.
7           The drivers make use of the mac80211 stack.
9 config WL12XX
10         tristate "TI wl12xx support"
11         depends on WL12XX_MENU && GENERIC_HARDIRQS
12         depends on INET
13         select FW_LOADER
14         ---help---
15           This module adds support for wireless adapters based on TI wl1271 and
16           TI wl1273 chipsets. This module does *not* include support for wl1251.
17           For wl1251 support, use the separate homonymous driver instead.
19           If you choose to build a module, it will be called wl12xx. Say N if
20           unsure.
22 config WL12XX_SPI
23         tristate "TI wl12xx SPI support"
24         depends on WL12XX && SPI_MASTER
25         select CRC7
26         ---help---
27           This module adds support for the SPI interface of adapters using
28           TI wl12xx chipsets.  Select this if your platform is using
29           the SPI bus.
31           If you choose to build a module, it'll be called wl12xx_spi.
32           Say N if unsure.
34 config WL12XX_SDIO
35         tristate "TI wl12xx SDIO support"
36         depends on WL12XX && MMC
37         ---help---
38           This module adds support for the SDIO interface of adapters using
39           TI wl12xx chipsets.  Select this if your platform is using
40           the SDIO bus.
42           If you choose to build a module, it'll be called wl12xx_sdio.
43           Say N if unsure.
45 config WL12XX_SDIO_TEST
46         tristate "TI wl12xx SDIO testing support"
47         depends on WL12XX && MMC && WL12XX_SDIO
48         default n
49         ---help---
50           This module adds support for the SDIO bus testing with the
51           TI wl12xx chipsets.  You probably don't want this unless you are
52           testing a new hardware platform.  Select this if you want to test the
53           SDIO bus which is connected to the wl12xx chip.
55 config WL12XX_PLATFORM_DATA
56         bool
57         default y
58         select WIRELESS_EXT