diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-03-01 04:15:31 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2017-03-01 09:15:10 -0500 |
commit | 9ad82f117f057ed04643cc60ce16fbf59e1b167f (patch) | |
tree | c66dd9f548633f1c81896acd6fce051b3cc20f05 /drivers/watchdog | |
parent | 9297b652bd0a11e29251ffaac93369b8ad45932d (diff) |
watchdog: retu: restore MFD dependency
The retu watchdog calls into the respective mfd driver, but fails to
link if that is diabled:
drivers/watchdog/built-in.o: In function `retu_wdt_set_timeout':
ziirave_wdt.c:(.text+0x8c88): undefined reference to `retu_write'
ziirave_wdt.c:(.text+0x8c88): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `retu_write'
drivers/watchdog/built-in.o: In function `retu_wdt_start':
ziirave_wdt.c:(.text+0x8cc8): undefined reference to `retu_write'
ziirave_wdt.c:(.text+0x8cc8): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `retu_write'
This restores the dependency as it was before
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>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index a199e8536ce4..52a70ee6014f 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -586,7 +586,7 @@ config UX500_WATCHDOG | |||
586 | 586 | ||
587 | config RETU_WATCHDOG | 587 | config RETU_WATCHDOG |
588 | tristate "Retu watchdog" | 588 | tristate "Retu watchdog" |
589 | depends on MFD_RETU || COMPILE_TEST | 589 | depends on MFD_RETU |
590 | select WATCHDOG_CORE | 590 | select WATCHDOG_CORE |
591 | help | 591 | help |
592 | Retu watchdog driver for Nokia Internet Tablets (770, N800, | 592 | Retu watchdog driver for Nokia Internet Tablets (770, N800, |