watchdog: fix dependencies of menz69_wdt.o
authorJohannes Thumshirn <jthumshirn@suse.de>
Fri, 3 Aug 2018 16:35:17 +0000 (18:35 +0200)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Mon, 6 Aug 2018 15:12:42 +0000 (17:12 +0200)
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: Johannes Thumshirn <jthumshirn@suse.de>
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/Kconfig

index df55d65bbb1c982b34075062efd7f4806db40323..5ea8909a41f952603ba0372ddb46641bc803b794 100644 (file)
@@ -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.