1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-08 16:20:45 +03:00
openwrt-xburst/package/mac80211/Config.in
juhosg a4119793ba package/mac80211: add menuconfig option for enabling debug support via debugfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17541 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-08 07:32:08 +00:00

11 lines
286 B
Plaintext

# mac80211 configuration
config PACKAGE_MAC80211_DEBUGFS
bool "Export mac80211 internals in DebugFS"
depends on PACKAGE_kmod-mac80211
---help---
Select this to see extensive information about
the internal state of mac80211 in debugfs.
Say N unless you know you need this.