aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/Kconfig
diff options
context:
space:
mode:
authorLuciano Coelho <luciano.coelho@nokia.com>2010-12-15 09:10:12 -0500
committerLuciano Coelho <luciano.coelho@nokia.com>2010-12-15 10:09:27 -0500
commit248daa084cee4b212ff4408e9c9b05b3bdc0da0d (patch)
treed525ac39d421a323ec7c8f42356e7844fbff1395 /drivers/net/wireless/wl12xx/Kconfig
parent6742f554db14da94172da9eb1875a1aa944a827f (diff)
wl12xx_sdio_test: rename files to match current style
Change some file names and Kconfig settings so that this new module matches the new way of using wl12xx instead of wl1271. Also fix SDIO power enabling and disabling to match the latest way of doing it. Cc: Roger Quadros <roger.quadros@nokia.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/Kconfig12
1 files changed, 7 insertions, 5 deletions
diff --git a/drivers/net/wireless/wl12xx/Kconfig b/drivers/net/wireless/wl12xx/Kconfig
index 085bc44d814b..0e65bce457d6 100644
--- a/drivers/net/wireless/wl12xx/Kconfig
+++ b/drivers/net/wireless/wl12xx/Kconfig
@@ -52,13 +52,15 @@ config WL12XX_SDIO
52 If you choose to build a module, it'll be called wl12xx_sdio. 52 If you choose to build a module, it'll be called wl12xx_sdio.
53 Say N if unsure. 53 Say N if unsure.
54 54
55config WL1271_SDIO_TEST 55config WL12XX_SDIO_TEST
56 tristate "TI wl1271 SDIO testing support" 56 tristate "TI wl12xx SDIO testing support"
57 depends on WL1271 && MMC 57 depends on WL12XX && MMC
58 default n
58 ---help--- 59 ---help---
59 This module adds support for the SDIO bus testing with the 60 This module adds support for the SDIO bus testing with the
60 TI wl1271 chipset. Select this if your platform is using 61 TI wl12xx chipsets. You probably don't want this unless you are
61 the SDIO bus. 62 testing a new hardware platform. Select this if you want to test the
63 SDIO bus which is connected to the wl12xx chip.
62 64
63config WL12XX_PLATFORM_DATA 65config WL12XX_PLATFORM_DATA
64 bool 66 bool