xref: /linux/drivers/net/wireless/st/cw1200/Kconfig (revision 560424e9a979a7b460055bda497bb4522ba5cc87)
1*560424e9SKalle Valoconfig CW1200
2*560424e9SKalle Valo	tristate "CW1200 WLAN support"
3*560424e9SKalle Valo	depends on MAC80211 && CFG80211
4*560424e9SKalle Valo	help
5*560424e9SKalle Valo	  This is a driver for the ST-E CW1100 & CW1200 WLAN chipsets.
6*560424e9SKalle Valo	  This option just enables the driver core, see below for
7*560424e9SKalle Valo	  specific bus support.
8*560424e9SKalle Valo
9*560424e9SKalle Valoif CW1200
10*560424e9SKalle Valo
11*560424e9SKalle Valoconfig CW1200_WLAN_SDIO
12*560424e9SKalle Valo	tristate "Support SDIO platforms"
13*560424e9SKalle Valo	depends on CW1200 && MMC
14*560424e9SKalle Valo	help
15*560424e9SKalle Valo	  Enable support for the CW1200 connected via an SDIO bus.
16*560424e9SKalle Valo	  By default this driver only supports the Sagrad SG901-1091/1098 EVK
17*560424e9SKalle Valo	  and similar designs that utilize a hardware reset circuit. To
18*560424e9SKalle Valo	  support different CW1200 SDIO designs you will need to override
19*560424e9SKalle Valo	  the default platform data by calling cw1200_sdio_set_platform_data()
20*560424e9SKalle Valo	  in your board setup file.
21*560424e9SKalle Valo
22*560424e9SKalle Valoconfig CW1200_WLAN_SPI
23*560424e9SKalle Valo	tristate "Support SPI platforms"
24*560424e9SKalle Valo	depends on CW1200 && SPI
25*560424e9SKalle Valo	help
26*560424e9SKalle Valo	  Enables support for the CW1200 connected via a SPI bus.  You will
27*560424e9SKalle Valo	  need to add appropriate platform data glue in your board setup
28*560424e9SKalle Valo	  file.
29*560424e9SKalle Valo
30*560424e9SKalle Valoendif
31