diff options
author | Arnd Bergmann <arnd@arndb.de> | 2020-12-03 23:33:42 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@linux-watchdog.org> | 2020-12-17 06:46:26 +0100 |
commit | 36c47df85ee8e1f8a35366ac11324f8875de00eb (patch) | |
tree | 923f95866f9c0b2ea59316a78103f28967a036c2 /drivers/accessibility | |
parent | dt-bindings: watchdog: sun4i: Add A100 compatible (diff) | |
download | linux-36c47df85ee8e1f8a35366ac11324f8875de00eb.tar.xz linux-36c47df85ee8e1f8a35366ac11324f8875de00eb.zip |
watchdog: coh901327: add COMMON_CLK dependency
clang produces a build failure in configurations without COMMON_CLK
when a timeout calculation goes wrong:
arm-linux-gnueabi-ld: drivers/watchdog/coh901327_wdt.o: in function `coh901327_enable':
coh901327_wdt.c:(.text+0x50): undefined reference to `__bad_udelay'
Add a Kconfig dependency to only do build testing when COMMON_CLK
is enabled.
Fixes: da2a68b3eb47 ("watchdog: Enable COMPILE_TEST where possible")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20201203223358.1269372-1-arnd@kernel.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'drivers/accessibility')
0 files changed, 0 insertions, 0 deletions