aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/Kconfig
diff options
context:
space:
mode:
authorShahar Levi <shahar_levi@ti.com>2010-11-08 06:20:10 -0500
committerLuciano Coelho <luciano.coelho@nokia.com>2010-11-22 09:45:09 -0500
commit00d201001bd4e8a46e3d03c970abcb72256c368b (patch)
tree2d3d6b971c9e0ac68ffd5edca1c596eeab247451 /drivers/net/wireless/wl12xx/Kconfig
parenta76a574ca9ce7c05791cee42f000f2a42c687837 (diff)
wl1271: Change wl12xx Files Names
All files name prefix removed due to the fact that wl12xx driver supports wl1271 and wl1273. Also the definition in Kconfig and header files changed respectively. Signed-off-by: Shahar Levi <shahar_levi@ti.com> Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/Kconfig')
-rw-r--r--drivers/net/wireless/wl12xx/Kconfig52
1 files changed, 27 insertions, 25 deletions
diff --git a/drivers/net/wireless/wl12xx/Kconfig b/drivers/net/wireless/wl12xx/Kconfig
index 02ad4bc1597..d2adeb1f72b 100644
--- a/drivers/net/wireless/wl12xx/Kconfig
+++ b/drivers/net/wireless/wl12xx/Kconfig
@@ -1,56 +1,58 @@
1menuconfig WL12XX 1menuconfig WL12XX_MENU
2 tristate "TI wl12xx driver support" 2 tristate "TI wl12xx driver support"
3 depends on MAC80211 && EXPERIMENTAL 3 depends on MAC80211 && EXPERIMENTAL
4 ---help--- 4 ---help---
5 This will enable TI wl12xx driver support. The drivers make 5 This will enable TI wl12xx driver support for the following chips:
6 use of the mac80211 stack. 6 wl1271 and wl1273.
7 The drivers make use of the mac80211 stack.
7 8
8config WL1271 9config WL12XX
9 tristate "TI wl1271 support" 10 tristate "TI wl12xx support"
10 depends on WL12XX && GENERIC_HARDIRQS 11 depends on WL12XX_MENU && GENERIC_HARDIRQS
11 depends on INET 12 depends on INET
12 select FW_LOADER 13 select FW_LOADER
13 select CRC7 14 select CRC7
14 ---help--- 15 ---help---
15 This module adds support for wireless adapters based on the 16 This module adds support for wireless adapters based on TI wl1271 and
16 TI wl1271 chipset. 17 TI wl1273 chipsets. This module does *not* include support for wl1251.
18 For wl1251 support, use the separate homonymous driver instead.
17 19
18 If you choose to build a module, it'll be called wl1271. Say N if 20 If you choose to build a module, it will be called wl12xx. Say N if
19 unsure. 21 unsure.
20 22
21config WL1271_HT 23config WL12XX_HT
22 bool "TI wl1271 802.11 HT support (EXPERIMENTAL)" 24 bool "TI wl12xx 802.11 HT support (EXPERIMENTAL)"
23 depends on WL1271 && EXPERIMENTAL 25 depends on WL12XX && EXPERIMENTAL
24 default n 26 default n
25 ---help--- 27 ---help---
26 This will enable 802.11 HT support for TI wl1271 chipset. 28 This will enable 802.11 HT support in the wl12xx module.
27 29
28 That configuration is temporary due to the code incomplete and 30 That configuration is temporary due to the code incomplete and
29 still in testing process. 31 still in testing process.
30 32
31config WL1271_SPI 33config WL12XX_SPI
32 tristate "TI wl1271 SPI support" 34 tristate "TI wl12xx SPI support"
33 depends on WL1271 && SPI_MASTER 35 depends on WL12XX && SPI_MASTER
34 ---help--- 36 ---help---
35 This module adds support for the SPI interface of adapters using 37 This module adds support for the SPI interface of adapters using
36 TI wl1271 chipset. Select this if your platform is using 38 TI wl12xx chipsets. Select this if your platform is using
37 the SPI bus. 39 the SPI bus.
38 40
39 If you choose to build a module, it'll be called wl1251_spi. 41 If you choose to build a module, it'll be called wl12xx_spi.
40 Say N if unsure. 42 Say N if unsure.
41 43
42config WL1271_SDIO 44config WL12XX_SDIO
43 tristate "TI wl1271 SDIO support" 45 tristate "TI wl12xx SDIO support"
44 depends on WL1271 && MMC 46 depends on WL12XX && MMC
45 ---help--- 47 ---help---
46 This module adds support for the SDIO interface of adapters using 48 This module adds support for the SDIO interface of adapters using
47 TI wl1271 chipset. Select this if your platform is using 49 TI wl12xx chipsets. Select this if your platform is using
48 the SDIO bus. 50 the SDIO bus.
49 51
50 If you choose to build a module, it'll be called 52 If you choose to build a module, it'll be called wl12xx_sdio.
51 wl1271_sdio. Say N if unsure. 53 Say N if unsure.
52 54
53config WL12XX_PLATFORM_DATA 55config WL12XX_PLATFORM_DATA
54 bool 56 bool
55 depends on WL1271_SDIO != n || WL1251_SDIO != n 57 depends on WL12XX_SDIO != n || WL1251_SDIO != n
56 default y 58 default y