diff options
author | Shreenidhi Shedi <imshedi@gmail.com> | 2018-02-21 16:50:20 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-03-23 09:34:43 +0100 |
commit | 42537ca4c890bb31ddf11a5cac578d5a2c81bf37 (patch) | |
tree | a529cda0438e7683e65794c3db5bc97c749fb662 /drivers/watchdog/Makefile | |
parent | 58afff43e3a8f31344cbbc6a3f09bd3f7a2a70eb (diff) | |
download | u-boot-42537ca4c890bb31ddf11a5cac578d5a2c81bf37.tar.gz |
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/Makefile | 1 |
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 |