package/mac80211: add menuconfig option for enabling debug support via debugfs
[openwrt-10.03/.git] / package / mac80211 / Config.in
1 # mac80211 configuration
2
3 config PACKAGE_MAC80211_DEBUGFS
4         bool "Export mac80211 internals in DebugFS"
5         depends on PACKAGE_kmod-mac80211
6         ---help---
7           Select this to see extensive information about
8           the internal state of mac80211 in debugfs.
9
10           Say N unless you know you need this.