blob: fc1b472460c86abcaf032ce2aee8f9a59cf5f268 [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.
Solomon Peachy7c0b6f42013-06-02 11:35:31 -040016 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.
Solomon Peachya910e4a2013-05-24 20:04:38 -040021
22config CW1200_WLAN_SPI
23 tristate "Support SPI platforms"
24 depends on CW1200 && SPI
25 help
Solomon Peachy7c0b6f42013-06-02 11:35:31 -040026 Enables support for the CW1200 connected via a SPI bus. You will
27 need to add appropriate platform data glue in your board setup
28 file.
Solomon Peachya910e4a2013-05-24 20:04:38 -040029
30menu "Driver debug features"
31 depends on CW1200 && DEBUG_FS
32
33config CW1200_ETF
34 bool "Enable CW1200 Engineering Test Framework hooks"
35 help
36 If you don't know what this is, just say N.
37
Solomon Peachya910e4a2013-05-24 20:04:38 -040038endmenu
39
40endif