aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/cw1200/Kconfig
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2013-06-02 11:35:31 -0400
committerJohn W. Linville <linville@tuxdriver.com>2013-06-03 15:54:55 -0400
commit7c0b6f49dbea0b09b1de8aa5c942af9c2ad8b54c (patch)
tree23b8516e6302ded0d194b05aa10dfa50b6674839 /drivers/net/wireless/cw1200/Kconfig
parent6dd64a304eff76ca7dd41bf63df55efa965fa9ec (diff)
cw1200: Rework SDIO platform support to prevent build problems.
Based on discussions with And Bergmann, this patch changes the SDIO platform code to default to supporting the Sagrad devices, allowing for it to be overridden in board setup code. This renders the cw1200_sagrad module suplerflous, so it is now removed. It also moves the documentation that was in the cw1200_sagrad source to the platform header. Signed-off-by: Solomon Peachy <pizza@shaftnet.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/cw1200/Kconfig')
-rw-r--r--drivers/net/wireless/cw1200/Kconfig17
1 files changed, 8 insertions, 9 deletions
diff --git a/drivers/net/wireless/cw1200/Kconfig b/drivers/net/wireless/cw1200/Kconfig
index 13e36119ae9f..7a585d4e9c8e 100644
--- a/drivers/net/wireless/cw1200/Kconfig
+++ b/drivers/net/wireless/cw1200/Kconfig
@@ -13,20 +13,19 @@ config CW1200_WLAN_SDIO
13 depends on CW1200 && MMC 13 depends on CW1200 && MMC
14 help 14 help
15 Enable support for the CW1200 connected via an SDIO bus. 15 Enable support for the CW1200 connected via an SDIO bus.
16 By default this driver only supports the Sagrad SG901-1091/1098 EVK
17 and similar designs that utilize a hardware reset circuit. To
18 support different CW1200 SDIO designs you will need to override
19 the default platform data by calling cw1200_sdio_set_platform_data()
20 in your board setup file.
16 21
17config CW1200_WLAN_SPI 22config CW1200_WLAN_SPI
18 tristate "Support SPI platforms" 23 tristate "Support SPI platforms"
19 depends on CW1200 && SPI 24 depends on CW1200 && SPI
20 help 25 help
21 Enables support for the CW1200 connected via a SPI bus. 26 Enables support for the CW1200 connected via a SPI bus. You will
22 27 need to add appropriate platform data glue in your board setup
23config CW1200_WLAN_SAGRAD 28 file.
24 tristate "Support Sagrad SG901-1091/1098 modules"
25 depends on CW1200_WLAN_SDIO
26 help
27 This provides the platform data glue to support the
28 Sagrad SG901-1091/1098 modules in their standard SDIO EVK.
29 It also includes example SPI platform data.
30 29
31menu "Driver debug features" 30menu "Driver debug features"
32 depends on CW1200 && DEBUG_FS 31 depends on CW1200 && DEBUG_FS