diff options
Diffstat (limited to 'drivers/net/wireless/cw1200/Kconfig')
-rw-r--r-- | drivers/net/wireless/cw1200/Kconfig | 17 |
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 | ||
17 | config CW1200_WLAN_SPI | 22 | config 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 | |
23 | config 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 | ||
31 | menu "Driver debug features" | 30 | menu "Driver debug features" |
32 | depends on CW1200 && DEBUG_FS | 31 | depends on CW1200 && DEBUG_FS |