summaryrefslogtreecommitdiff
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorShreenidhi Shedi <imshedi@gmail.com>2018-02-21 18:50:20 +0300
committerMichal Simek <michal.simek@xilinx.com>2018-03-23 11:34:43 +0300
commit42537ca4c890bb31ddf11a5cac578d5a2c81bf37 (patch)
treea529cda0438e7683e65794c3db5bc97c749fb662 /drivers/watchdog/Makefile
parent58afff43e3a8f31344cbbc6a3f09bd3f7a2a70eb (diff)
downloadu-boot-42537ca4c890bb31ddf11a5cac578d5a2c81bf37.tar.xz
watchdog: Add Cadence watchdog driver
This IP can be found on Zynq and ZynqMP devices. The driver was tested with reset-on-timeout; feature. Also adding WATCHDOG symbol to Kconfig because it is required. Signed-off-by: Shreenidhi Shedi <imshedi@gmail.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
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 ab6a6b79e1..4b97df3ab6 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -22,3 +22,4 @@ obj-$(CONFIG_WDT_ASPEED) += ast_wdt.o
obj-$(CONFIG_WDT_BCM6345) += bcm6345_wdt.o
obj-$(CONFIG_BCM2835_WDT) += bcm2835_wdt.o
obj-$(CONFIG_WDT_ORION) += orion_wdt.o
+obj-$(CONFIG_WDT_CDNS) += cdns_wdt.o