mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 11:16:11 +00:00
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>
This commit is contained in:
parent
032fec3169
commit
23e707dd9b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue