aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-02-28 16:01:23 -0500
committerGuenter Roeck <linux@roeck-us.net>2017-03-01 09:15:10 -0500
commited4a9eca66720366d117d9b39f2335ca9b0a7aae (patch)
tree43f01862e56d3cee2177de9433b272f2fa040972
parent2672b7e01abbe147a0a391216bc0dbd656608e0a (diff)
watchdog: kempld: revert to full dependency
The kempld watchdog driver requires the respective MFD driver: drivers/watchdog/built-in.o: In function `kempld_wdt_probe': kempld_wdt.c:(.text+0x5c78): undefined reference to `kempld_get_mutex' kempld_wdt.c:(.text+0x5c84): undefined reference to `kempld_read8' kempld_wdt.c:(.text+0x5c8e): undefined reference to `kempld_release_mutex' kempld_wdt.c:(.text+0x5d1c): undefined reference to `kempld_read8' kempld_wdt.c:(.text+0x5d2c): undefined reference to `kempld_write8' This adds the Kconfig dependency back. Fixes: da2a68b3eb47 ("watchdog: Enable COMPILE_TEST where possible") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-rw-r--r--drivers/watchdog/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 13390b00ec47..47dbacf3bfb4 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -1064,7 +1064,7 @@ config HP_WATCHDOG
1064 1064
1065config KEMPLD_WDT 1065config KEMPLD_WDT
1066 tristate "Kontron COM Watchdog Timer" 1066 tristate "Kontron COM Watchdog Timer"
1067 depends on MFD_KEMPLD || COMPILE_TEST 1067 depends on MFD_KEMPLD
1068 select WATCHDOG_CORE 1068 select WATCHDOG_CORE
1069 help 1069 help
1070 Support for the PLD watchdog on some Kontron ETX and COMexpress 1070 Support for the PLD watchdog on some Kontron ETX and COMexpress