blob: 13e36119ae9f03b3f80fe407edc7fa85bc6e2ae6 [file] [log] [blame]
Solomon Peachya910e4a2013-05-24 20:04:38 -04001config 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
9if CW1200
10
11config 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
17config 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
23config 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
31menu "Driver debug features"
32 depends on CW1200 && DEBUG_FS
33
34config 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
39config CW1200_ITP
40 bool "Enable ITP access"
41 help
42 If you don't know what this is, just say N.
43
44endmenu
45
46endif