summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/cw1200/Kconfig
blob: 13e36119ae9f03b3f80fe407edc7fa85bc6e2ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
config CW1200
	tristate "CW1200 WLAN support"
	depends on MAC80211 && CFG80211
	help
	  This is a driver for the ST-E CW1100 & CW1200 WLAN chipsets.
	  This option just enables the driver core, see below for
	  specific bus support.

if CW1200

config CW1200_WLAN_SDIO
	tristate "Support SDIO platforms"
	depends on CW1200 && MMC
	help
	  Enable support for the CW1200 connected via an SDIO bus.

config CW1200_WLAN_SPI
	tristate "Support SPI platforms"
	depends on CW1200 && SPI
	help
	  Enables support for the CW1200 connected via a SPI bus.

config CW1200_WLAN_SAGRAD
	tristate "Support Sagrad SG901-1091/1098 modules"
	depends on CW1200_WLAN_SDIO
	help
	  This provides the platform data glue to support the
	  Sagrad SG901-1091/1098 modules in their standard SDIO EVK.
	  It also includes example SPI platform data.

menu "Driver debug features"
	depends on CW1200 && DEBUG_FS

config CW1200_ETF
	bool "Enable CW1200 Engineering Test Framework hooks"
	help
	  If you don't know what this is, just say N.

config CW1200_ITP
	bool "Enable ITP access"
	help
	  If you don't know what this is, just say N.

endmenu

endif