diff options
Diffstat (limited to 'net/mac80211/Kconfig')
-rw-r--r-- | net/mac80211/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index d761b53fb84c..6fffb3845ab6 100644 --- a/net/mac80211/Kconfig +++ b/net/mac80211/Kconfig | |||
@@ -20,6 +20,15 @@ config MAC80211_LEDS | |||
20 | This option enables a few LED triggers for different | 20 | This option enables a few LED triggers for different |
21 | packet receive/transmit events. | 21 | packet receive/transmit events. |
22 | 22 | ||
23 | config MAC80211_DEBUGFS | ||
24 | bool "Export mac80211 internals in DebugFS" | ||
25 | depends on MAC80211 && DEBUG_FS | ||
26 | ---help--- | ||
27 | Select this to see extensive information about | ||
28 | the internal state of mac80211 in debugfs. | ||
29 | |||
30 | Say N unless you know you need this. | ||
31 | |||
23 | config MAC80211_DEBUG | 32 | config MAC80211_DEBUG |
24 | bool "Enable debugging output" | 33 | bool "Enable debugging output" |
25 | depends on MAC80211 | 34 | depends on MAC80211 |