config ACC1340
       tristate "ACC1340 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 ACC1340
config ACC1340_WLAN_BUILT_IN
	  bool "ACC1340_WLAN_BUILT_IN"
      depends on ACC1340
	  help
      Say N here only if you are running the driver on a platform
      ACC1340_WLAN_BUILT_IN
      If unsure, say Y.

config ACC1340_NON_POWER_OF_TWO_BLOCKSIZES
      bool "Platform supports non-power-of-two SDIO transfer"
      depends on ACC1340
      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 ACC1340_USE_GPIO_IRQ
      bool "Use GPIO interrupt"
      depends on ACC1340
      help
        Say Y here if you want to include GPIO IRQ support instead of SDIO IRQ.
        If unsure, say N.

config ACC1340_5GHZ_SUPPORT
      bool "5GHz band support"
      depends on ACC1340
      help
        Say Y if your device supports 5GHz band. Should be disabled for
        CW1100 silicon.
        If unsure, say N.

config ACC1340_WAPI_SUPPORT
      bool "WAPI support"
      depends on ACC1340
      help
        Say Y if your compat-wireless support WAPI.
        If unsure, say N.

config ACC1340_USE_STE_EXTENSIONS
      bool "STE extensions"
      depends on ACC1340
      help
        Say Y if you want to include STE extensions.
        If unsure, say N.

config ACC1340_DISABLE_BEACON_HINTS
      bool "Disable 11d beacon hints"
      depends on ACC1340
      help
        Say Y if you want to disable 11d beacon hints.
        If unsure, say N.

config ACC1340_U5500_SUPPORT
      bool "Enable U5500 support"
      depends on ACC1340
      help
        Say Y if you want to enable wlan on u5500 platform support.
        If unsure, say N.

menu "Driver debug features"
      depends on ACC1340

config ACC1340_DEBUGFS
      bool "Expose driver internals to DebugFS (DEVELOPMENT)"

config ACC1340_DEBUG_ON_BOOT
      bool "Enable selected driver debug messages during boot time (DEVELOPMENT)"

config ACC1340_BH_DEBUG
      bool "Enable low-level device communication logs (DEVELOPMENT)"

config ACC1340_WSM_DEBUG
      bool "Enable WSM API debug messages (DEVELOPMENT)"

config ACC1340_WSM_DUMPS
      bool "Verbose WSM API logging (DEVELOPMENT)"

config ACC1340_WSM_DUMPS_SHORT
      bool "Dump only first x bytes (default 20) (DEVELOPMENT)"

config ACC1340_TXRX_DEBUG
      bool "Enable TX/RX debug messages (DEVELOPMENT)"

config ACC1340_TX_POLICY_DEBUG
      bool "Enable TX policy debug (DEVELOPMENT)"

config ACC1340_STA_DEBUG
      bool "Enable STA/AP debug (DEVELOPMENT)"

config ACC1340_DUMP_ON_ERROR
      bool "Dump kernel in case of critical error (DEVELOPMENT)"

endmenu

config ACC1340_ITP
      bool "Enable ITP DebugFS"
      depends on ACC1340
      help
        Say Y if you want to include ITP code.
        If unsure, say N.

endif
