提交 12aea518 编写于 作者: J Johannes Thumshirn 提交者: Wim Van Sebroeck

watchdog: fix dependencies of menz69_wdt.o

Currently menz69_wdt.ko has a dependency on MCB or COMPILE_TEST. But
it actually needs symbols exported by MCB so the || COMPILE_TEST is
wrong.
Signed-off-by: NJohannes Thumshirn <jthumshirn@suse.de>
Reported-by: NRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
Signed-off-by: NWim Van Sebroeck <wim@linux-watchdog.org>
上级 dc0e4a3b
......@@ -163,7 +163,7 @@ config MENF21BMC_WATCHDOG
config MENZ069_WATCHDOG
tristate "MEN 16Z069 Watchdog"
depends on MCB || COMPILE_TEST
depends on MCB
select WATCHDOG_CORE
help
Say Y here to include support for the MEN 16Z069 Watchdog.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册