summaryrefslogtreecommitdiff
path: root/configs/dh_imx6_defconfig
diff options
context:
space:
mode:
authorClaudius Heine <ch@denx.de>2019-11-29 08:59:03 +0100
committerStefano Babic <sbabic@denx.de>2020-01-07 10:26:56 +0100
commit04886b36eb72f9deda5deaf21b31777fda828af9 (patch)
treead3a109bc4f486d47afc7deae558f96c18b5f9b5 /configs/dh_imx6_defconfig
parentf8420d7c0f706989905b1f1e1581aba26c595fe4 (diff)
ARM: imx6: DHCOM i.MX6 PDK: Enable sysreset driver and wdt command
The SPL does not have DM enabled and therefor still needs to use the hardware watchdog interface provided by the imx-watchdog driver. Fixes: broken reset command after f2929d11a639 ("watchdog: imx: Use immediate reset bits for expire_now") Signed-off-by: Claudius Heine <ch@denx.de>
Diffstat (limited to 'configs/dh_imx6_defconfig')
-rw-r--r--configs/dh_imx6_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/dh_imx6_defconfig b/configs/dh_imx6_defconfig
index 0a38da619a..db5152dd16 100644
--- a/configs/dh_imx6_defconfig
+++ b/configs/dh_imx6_defconfig
@@ -40,6 +40,7 @@ CONFIG_CMD_MMC=y
CONFIG_CMD_SATA=y
CONFIG_CMD_USB=y
CONFIG_CMD_USB_MASS_STORAGE=y
+CONFIG_CMD_WDT=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_TIME=y
CONFIG_CMD_EXT4_WRITE=y
@@ -83,6 +84,8 @@ CONFIG_DM_SCSI=y
CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_MXC_SPI=y
+CONFIG_SYSRESET=y
+CONFIG_SYSRESET_WATCHDOG=y
CONFIG_USB=y
CONFIG_DM_USB=y
CONFIG_USB_GADGET=y