diff options
-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 8cb4f3dc8c94..3fc5158ffecf 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -117,7 +117,7 @@ config WM8350_WATCHDOG | |||
117 | 117 | ||
118 | config ARM_SP805_WATCHDOG | 118 | config ARM_SP805_WATCHDOG |
119 | tristate "ARM SP805 Watchdog" | 119 | tristate "ARM SP805 Watchdog" |
120 | depends on ARM && ARM_AMBA | 120 | depends on (ARM || ARM64) && ARM_AMBA |
121 | select WATCHDOG_CORE | 121 | select WATCHDOG_CORE |
122 | help | 122 | help |
123 | ARM Primecell SP805 Watchdog timer. This will reboot your system when | 123 | ARM Primecell SP805 Watchdog timer. This will reboot your system when |