config [31mCONFIG_CW1200[0m tristate "CW1200 WLAN support" depends on [31mCONFIG_MAC80211[0m && [31mCONFIG_CFG80211[0m help This is a driver for the ST-[31mCONFIG_E[0m CW1100 & [31mCONFIG_CW1200[0m [31mCONFIG_WLAN[0m chipsets. This option just enables the driver core, see below for specific bus support. if [31mCONFIG_CW1200[0m config [31mCONFIG_CW1200_WLAN_SDIO[0m tristate "Support SDIO platforms" depends on [31mCONFIG_CW1200[0m && [31mCONFIG_MMC[0m help Enable support for the [31mCONFIG_CW1200[0m connected via an SDIO bus. By default this driver only supports the Sagrad SG901-1091/1098 EVK and similar designs that utilize a hardware reset circuit. To support different [31mCONFIG_CW1200[0m SDIO designs you will need to override the default platform data by calling cw1200_sdio_set_platform_data() in your board setup file. config [31mCONFIG_CW1200_WLAN_SPI[0m tristate "Support SPI platforms" depends on [31mCONFIG_CW1200[0m && [31mCONFIG_SPI[0m help Enables support for the [31mCONFIG_CW1200[0m connected via a [31mCONFIG_SPI[0m bus. You will need to add appropriate platform data glue in your board setup file. endif |