summaryrefslogtreecommitdiff
path: root/drivers/staging/cw1200/Kconfig
blob: 5c6f18267e18f76cb7b663e18a8e17e3d16c86fb (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
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_FIRMWARE_DOES_NOT_SUPPORT_KEEPALIVE
      bool "Software keep-alive (DEVELOPMENT)"
      depends on CW1200
      help
        Say Y if your firmware does not support keep-alive functionality
        or you suspect problems with the implementation.
        Please finalize software the software keep-alive functionality in
        that case.
        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.

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