summaryrefslogtreecommitdiff
path: root/drivers/staging/cw1200/Kconfig
blob: 4be840c15767a4148ae7a4032dad8829578d691c (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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
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.

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

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

config CW1200_U5500_SUPPORT
      bool "Enable U5500 support"
      depends on CW1200
      help
        Say Y if you want to enable wlan on u5500 platform support.
        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_WSM_DUMPS_SHORT
      bool "Dump only first x bytes (default 20) (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)"

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

endmenu

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

endif