batman-adv: Add DEBUG_LOG -> DEBUGFS dependency

The debug log is only available when the debugfs is also enabled. This
must be reflected in Kconfig to avoid incompatible selection of batman-adv
options.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
This commit is contained in:
Sven Eckelmann 2018-10-14 16:01:46 +02:00
parent c7f14ce932
commit 726b00dc9f
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
config KMOD_BATMAN_ADV_DEBUG_LOG
bool "enable verbose debug logging"
depends on PACKAGE_kmod-batman-adv
depends on KMOD_BATMAN_ADV_DEBUGFS
default n
config KMOD_BATMAN_ADV_BLA