summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2023-09-13 14:08:07 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2023-09-14 09:51:12 +0200
commitdeb5bf1ef671ff61cd1d657b438b787fd44a0d2f (patch)
tree9f03fdf141402b629087d45dc3fade09ba29460d /drivers/watchdog/Makefile
parent80859f6fb63b14d63c8d8d85eaa3330a31a74269 (diff)
downloadbarebox-deb5bf1ef671ff61cd1d657b438b787fd44a0d2f.tar.gz
barebox-deb5bf1ef671ff61cd1d657b438b787fd44a0d2f.tar.xz
watchdog: add Cadence watchdog support for Xilinx SoCs
This adds support for the Cadence watchdog IP available in Zynq-7000 and ZynqMP SoCs. The driver has been ported from Linux v6.4 and tested on the ZynqMP. Keep in mind that changes to the XSA may be necessary for the watchdog to actually be able to reset the system. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20230913120807.1869600-3-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r--drivers/watchdog/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile
index 265ae179f1..cdd9460e34 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -22,3 +22,4 @@ obj-$(CONFIG_GPIO_WATCHDOG) += gpio_wdt.o
obj-$(CONFIG_ITCO_WDT) += itco_wdt.o
obj-$(CONFIG_STARFIVE_WDT) += starfive_wdt.o
obj-$(CONFIG_WDAT_WDT) += wdat_wdt.o
+obj-$(CONFIG_CADENCE_WATCHDOG) += cadence_wdt.o