diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-04 17:41:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-04 17:41:23 +0000 |
commit | ba21190710c33527351342956fa3ebe42cb5c4c9 (patch) | |
tree | d024cb3aa53c10ec9fa00ee537c53ae56c20fd85 /target/linux/ramips/image | |
parent | 3b4931ef4db58d8dfbad51bec9a1782291a4359c (diff) | |
download | upstream-ba21190710c33527351342956fa3ebe42cb5c4c9.tar.gz upstream-ba21190710c33527351342956fa3ebe42cb5c4c9.tar.bz2 upstream-ba21190710c33527351342956fa3ebe42cb5c4c9.zip |
mac80211: add dependency of PACKAGE_MAC80211_DEBUGFS
I wanted to use some statistics from /sys/kernel/debug/ieee80211,
so I enabled PACKAGE_MAC80211_DEBUGFS. But I could not use it,
because CONFIG_KERNEL_DEBUG_FS was not set and it's a little bit
hidden. After manually setting CONFIG_KERNEL_DEBUG_FS to y,
everything was fine. This patch automatically selects
CONFIG_KERNEL_DEBUG_FS if PACKAGE_MAC80211_DEBUGFS is set.
Additionally, the help text says "Say N unless you know you need this.",
but it's default y. This help text is copied verbatim from the
kernel's Kconfig and not true for us. So remove this part of the
help text
Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
SVN-Revision: 35014
Diffstat (limited to 'target/linux/ramips/image')
0 files changed, 0 insertions, 0 deletions