aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorSergei Antonov <saproj@gmail.com>2023-04-12 14:01:58 +0300
committerStefan Roese <sr@denx.de>2023-04-18 08:42:43 +0200
commit6e44bb0c10f684a7cdb66af21ba5bc66410fe5d3 (patch)
tree0634c3cafeec3bb0b985178d9e0709559ef42b00 /drivers/watchdog/Makefile
parent89c4fecd9bc82edbc4c8524a874e77448f6665dd (diff)
downloadu-boot-6e44bb0c10f684a7cdb66af21ba5bc66410fe5d3.zip
u-boot-6e44bb0c10f684a7cdb66af21ba5bc66410fe5d3.tar.gz
u-boot-6e44bb0c10f684a7cdb66af21ba5bc66410fe5d3.tar.bz2
watchdog: ftwdt010: return a previously deleted driver now ported to DM
The ftwdt010 watchdog driver was deleted by commit 11232139e399 ("nds32: Remove the architecture") Return it to the codebase in a DM compatible form. Enable it in sandbox_defconfig to test compilability. Another platform using ftwdt010 will be submitted later. Signed-off-by: Sergei Antonov <saproj@gmail.com> Reviewed-by: Stefan Roese <sr@denx.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 f999159..fd795b2 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -27,6 +27,7 @@ obj-$(CONFIG_WDT_BOOKE) += booke_wdt.o
obj-$(CONFIG_WDT_CORTINA) += cortina_wdt.o
obj-$(CONFIG_WDT_ORION) += orion_wdt.o
obj-$(CONFIG_WDT_CDNS) += cdns_wdt.o
+obj-$(CONFIG_WDT_FTWDT010) += ftwdt010_wdt.o
obj-$(CONFIG_WDT_GPIO) += gpio_wdt.o
obj-$(CONFIG_WDT_MAX6370) += max6370_wdt.o
obj-$(CONFIG_WDT_MESON_GXBB) += meson_gxbb_wdt.o