diff options
author | Chin Liang See <clsee@altera.com> | 2014-06-10 01:10:21 -0500 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-07-05 00:24:16 +0200 |
commit | d8c67dc6e1f861bcf6e61c0b67782fbac2e0a010 (patch) | |
tree | 78fe2e1133108456374c7e6b4fbd492188827a70 /drivers/watchdog/Makefile | |
parent | 7237d22baac9ebeffc946dfd30b9f61aaf0bfdbc (diff) | |
download | u-boot-imx-d8c67dc6e1f861bcf6e61c0b67782fbac2e0a010.zip u-boot-imx-d8c67dc6e1f861bcf6e61c0b67782fbac2e0a010.tar.gz u-boot-imx-d8c67dc6e1f861bcf6e61c0b67782fbac2e0a010.tar.bz2 |
watchdog/denali: Adding DesignWare watchdog driver support
To add the DesignWare watchdog driver support. It required
information such as register base address and clock info from
configuration header file within include/configs folder.
Signed-off-by: Chin Liang See <clsee@altera.com>
Cc: Anatolij Gustschin <agust@denx.de>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Heiko Schocher <hs@denx.de>
Cc: Tom Rini <trini@ti.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 06ced10..0276a10 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile @@ -15,3 +15,4 @@ obj-$(CONFIG_S5P) += s5p_wdt.o obj-$(CONFIG_XILINX_TB_WATCHDOG) += xilinx_tb_wdt.o obj-$(CONFIG_BFIN_WATCHDOG) += bfin_wdt.o obj-$(CONFIG_OMAP_WATCHDOG) += omap_wdt.o +obj-$(CONFIG_DESIGNWARE_WATCHDOG) += designware_wdt.o |