浏览代码

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>
Greg Kroah-Hartman 15 年之前
父节点
当前提交
cb5228a694
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/staging/batman-adv/Kconfig

+ 1 - 1
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