Skip to content

Commit

Permalink
Staging: batman: fix debug Kconfig option
Browse files Browse the repository at this point in the history
The debug batman option needs to depend on the correct
config option.

Signed-off-by: Greg Kroah-Hartman <[email protected]>
[ "No means no!"  - Linus ]
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
gregkh authored and torvalds committed Dec 11, 2009
1 parent 0f4974c commit cb5228a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/batman-adv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb5228a

Please sign in to comment.