aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/Kconfig
diff options
context:
space:
mode:
authorLuciano Coelho <coelho@ti.com>2011-10-06 15:59:37 -0400
committerLuciano Coelho <coelho@ti.com>2011-10-11 09:00:38 -0400
commitc7e7c227b63836933ef736fa2d7cc526174b1563 (patch)
treebad356e0c804d414991944f22532a7e5af324e62 /drivers/net/wireless/wl12xx/Kconfig
parente4120df982c2051f3cfc02f6278798c5166a72f8 (diff)
wl12xx: remove sdio_test module
This module has been causing more trouble than being useful. It only tests the SDIO speed by connecting to the wl12xx chip and does some throughput calculations. It is an ugly quick hack and, if we really want to have it as part of wl12xx we need to clean it up and implement it properly. A tarball of the code has been created and posted here, with some instructions: http://wireless.kernel.org/en/users/Drivers/wl12xx#SDIO_performance_test_module Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/Kconfig')
-rw-r--r--drivers/net/wireless/wl12xx/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/wireless/wl12xx/Kconfig b/drivers/net/wireless/wl12xx/Kconfig
index 3fe388b87c2e..af08c8609c63 100644
--- a/drivers/net/wireless/wl12xx/Kconfig
+++ b/drivers/net/wireless/wl12xx/Kconfig
@@ -42,16 +42,6 @@ config WL12XX_SDIO
42 If you choose to build a module, it'll be called wl12xx_sdio. 42 If you choose to build a module, it'll be called wl12xx_sdio.
43 Say N if unsure. 43 Say N if unsure.
44 44
45config 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.
54
55config WL12XX_PLATFORM_DATA 45config WL12XX_PLATFORM_DATA
56 bool 46 bool
57 depends on WL12XX_SDIO != n || WL1251_SDIO != n 47 depends on WL12XX_SDIO != n || WL1251_SDIO != n