Solomon Peachy | a910e4a | 2013-05-24 20:04:38 -0400 | [diff] [blame^] | 1 | config CW1200 |
| 2 | tristate "CW1200 WLAN support" |
| 3 | depends on MAC80211 && CFG80211 |
| 4 | help |
| 5 | This is a driver for the ST-E CW1100 & CW1200 WLAN chipsets. |
| 6 | This option just enables the driver core, see below for |
| 7 | specific bus support. |
| 8 | |
| 9 | if CW1200 |
| 10 | |
| 11 | config CW1200_WLAN_SDIO |
| 12 | tristate "Support SDIO platforms" |
| 13 | depends on CW1200 && MMC |
| 14 | help |
| 15 | Enable support for the CW1200 connected via an SDIO bus. |
| 16 | |
| 17 | config CW1200_WLAN_SPI |
| 18 | tristate "Support SPI platforms" |
| 19 | depends on CW1200 && SPI |
| 20 | help |
| 21 | Enables support for the CW1200 connected via a SPI bus. |
| 22 | |
| 23 | config CW1200_WLAN_SAGRAD |
| 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 | |
| 31 | menu "Driver debug features" |
| 32 | depends on CW1200 && DEBUG_FS |
| 33 | |
| 34 | config CW1200_ETF |
| 35 | bool "Enable CW1200 Engineering Test Framework hooks" |
| 36 | help |
| 37 | If you don't know what this is, just say N. |
| 38 | |
| 39 | config CW1200_ITP |
| 40 | bool "Enable ITP access" |
| 41 | help |
| 42 | If you don't know what this is, just say N. |
| 43 | |
| 44 | endmenu |
| 45 | |
| 46 | endif |