aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-04-22 18:31:21 -0400
committerTom Rini <trini@konsulko.com>2023-04-22 18:31:21 -0400
commitda142d1ec9fdc5d0e8641224ed245fcaa3cb55d8 (patch)
treed2b2ebf6ae23ec1ca7416471f330cf25e6ebaa0e /configs
parentf2db24556f33e8dfb8865fbc1c75e48f96be4fbf (diff)
parent0d5990a24219cb50c2c1c3828afcd234808407ff (diff)
downloadu-boot-da142d1ec9fdc5d0e8641224ed245fcaa3cb55d8.zip
u-boot-da142d1ec9fdc5d0e8641224ed245fcaa3cb55d8.tar.gz
u-boot-da142d1ec9fdc5d0e8641224ed245fcaa3cb55d8.tar.bz2
Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog
- watchdog: arm_smc_wdt: add watchdog support (Lionel) - watchdog: ftwdt010: return a previously deleted driver now ported to DM (Sergei) - watchdog: Add a watchdog driver for Raspberry Pi boards (Etienne)
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