The following commit has been merged in the linux branch: commit cb5228a6949f525dba37d4eb3ee114426fef22c9 Author: Greg Kroah-Hartman gregkh@suse.de Date: Fri Dec 11 15:40:17 2009 -0800
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
diff --git a/drivers/staging/batman-adv/Kconfig b/drivers/staging/batman-adv/Kconfig index b9742e7..7632f57 100644 --- a/drivers/staging/batman-adv/Kconfig +++ b/drivers/staging/batman-adv/Kconfig @@ -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