]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/net/wireless/cw1200/Kconfig
cw1200: Rework SDIO platform support to prevent build problems.
[mirror_ubuntu-zesty-kernel.git] / drivers / net / wireless / cw1200 / Kconfig
CommitLineData
a910e4a9
SP
1config 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.
7c0b6f49
SP
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.
a910e4a9
SP
21
22config CW1200_WLAN_SPI
23 tristate "Support SPI platforms"
24 depends on CW1200 && SPI
25 help
7c0b6f49
SP
26 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.
a910e4a9
SP
29
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
38config CW1200_ITP
39 bool "Enable ITP access"
40 help
41 If you don't know what this is, just say N.
42
43endmenu
44
45endif