diff options
author | Heiko Schocher | 2019-12-01 11:23:27 +0100 |
---|---|---|
committer | Stefano Babic | 2020-01-07 10:26:56 +0100 |
commit | 445c230814a99d51593e8f7a5c01339cc59beaf0 (patch) | |
tree | 0a7a730207aabbd5d42ede8ed7f7ec4c343c4a1a /configs/aristainetos2_defconfig | |
parent | 0ed133a6c459ecba2df8381ffcd45412db990de5 (diff) |
imx6: aristainetos: WDT DM conversion enable WDT reset
enable config symbols:
CONFIG_SYSRESET
CONFIG_SYSRESET_WATCHDOG
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs/aristainetos2_defconfig')
-rw-r--r-- | configs/aristainetos2_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/aristainetos2_defconfig b/configs/aristainetos2_defconfig index d2411c6070d..d7f24373d1e 100644 --- a/configs/aristainetos2_defconfig +++ b/configs/aristainetos2_defconfig @@ -98,6 +98,8 @@ CONFIG_DM_SERIAL=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_STORAGE=y |