The following commit has been merged in the linux branch: commit 23e707dd9b0b26215d801c59e87feed1c218a0f9 Author: Greg Kroah-Hartman gregkh@suse.de Date: Fri Dec 11 15:38:46 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
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