summaryrefslogtreecommitdiff
path: root/drivers/staging/cw1200/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/cw1200/Kconfig')
-rw-r--r--drivers/staging/cw1200/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/staging/cw1200/Kconfig b/drivers/staging/cw1200/Kconfig
index 3a4fc9813c6..044f7e6585a 100644
--- a/drivers/staging/cw1200/Kconfig
+++ b/drivers/staging/cw1200/Kconfig
@@ -42,6 +42,13 @@ config CW1200_WAPI_SUPPORT
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
@@ -82,4 +89,11 @@ config CW1200_STA_DEBUG
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