mirror of https://gitee.com/openkylin/linux.git
Staging: batman: fix debug Kconfig option
The debug batman option needs to depend on the correct config option. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> [ "No means no!" - Linus ] Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
0f4974c439
commit
cb5228a694
|
@ -15,7 +15,7 @@ config BATMAN_ADV
|
||||||
|
|
||||||
config BATMAN_DEBUG
|
config BATMAN_DEBUG
|
||||||
bool "B.A.T.M.A.N. debugging"
|
bool "B.A.T.M.A.N. debugging"
|
||||||
depends on BATMAN != n
|
depends on BATMAN_ADV != n
|
||||||
help
|
help
|
||||||
|
|
||||||
This is an option for use by developers; most people should
|
This is an option for use by developers; most people should
|
||||||
|
|
Loading…
Reference in New Issue