Commit 12aea518 authored by Johannes Thumshirn's avatar Johannes Thumshirn Committed by 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: default avatarJohannes Thumshirn <jthumshirn@suse.de>
Reported-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@linux-watchdog.org>
parent dc0e4a3b
...@@ -163,7 +163,7 @@ config MENF21BMC_WATCHDOG ...@@ -163,7 +163,7 @@ config MENF21BMC_WATCHDOG
config MENZ069_WATCHDOG config MENZ069_WATCHDOG
tristate "MEN 16Z069 Watchdog" tristate "MEN 16Z069 Watchdog"
depends on MCB || COMPILE_TEST depends on MCB
select WATCHDOG_CORE select WATCHDOG_CORE
help help
Say Y here to include support for the MEN 16Z069 Watchdog. Say Y here to include support for the MEN 16Z069 Watchdog.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment