aboutsummaryrefslogtreecommitdiff
path: root/configs
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 /configs
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 'configs')
-rw-r--r--configs/sandbox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index ca95b2c..ae27cac 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -323,6 +323,7 @@ CONFIG_WDT=y
CONFIG_WDT_GPIO=y
CONFIG_WDT_SANDBOX=y
CONFIG_WDT_ALARM_SANDBOX=y
+CONFIG_WDT_FTWDT010=y
CONFIG_FS_CBFS=y
CONFIG_FS_CRAMFS=y
CONFIG_ADDR_MAP=y