Commit cb5228a6 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman Committed by Linus Torvalds

Staging: batman: fix debug Kconfig option

The debug batman option needs to depend on the correct
config option.
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
[ "No means no!"  - Linus ]
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 0f4974c4
......@@ -15,7 +15,7 @@ config BATMAN_ADV
config BATMAN_DEBUG
bool "B.A.T.M.A.N. debugging"
depends on BATMAN != n
depends on BATMAN_ADV != n
help
This is an option for use by developers; most people should
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment