config CW1200 tristate "CW1200 WLAN support" select MAC80211 select CFG80211 help This is an experimental driver for the cw1200 chip-set. Enabling this option enables the generic driver without any platform support. Please select the appropriate platform below. if CW1200 config CW1200_NON_POWER_OF_TWO_BLOCKSIZES bool "Platform supports non-power-of-two SDIO transfer" depends on CW1200 help Say N here only if you are running the driver on a platform which does not have support for non-power-of-two SDIO transfer. If unsure, say Y. config CW1200_USE_GPIO_IRQ bool "Use GPIO interrupt" depends on CW1200 help Say Y here if you want to include GPIO IRQ support instead of SDIO IRQ. If unsure, say N. config CW1200_5GHZ_SUPPORT bool "5GHz band support" depends on CW1200 help Say Y if your device supports 5GHz band. Should be disabled for CW1100 silicon. If unsure, say N. config CW1200_WAPI_SUPPORT bool "WAPI support" depends on CW1200 help Say Y if your compat-wireless support WAPI. If unsure, say N. menu "Driver debug features" depends on CW1200 config CW1200_DEBUGFS bool "Expose driver internals to DebugFS (DEVELOPMENT)" config CW1200_BH_DEBUG bool "Enable low-level device communication logs (DEVELOPMENT)" config CW1200_WSM_DEBUG bool "Enable WSM API debug messages (DEVELOPMENT)" config CW1200_WSM_DUMPS bool "Verbose WSM API logging (DEVELOPMENT)" config CW1200_TXRX_DEBUG bool "Enable TX/RX debug messages (DEVELOPMENT)" config CW1200_TX_POLICY_DEBUG bool "Enable TX policy debug (DEVELOPMENT)" config CW1200_STA_DEBUG bool "Enable STA/AP debug (DEVELOPMENT)" endmenu endif