commit | 9b581d683b5e9e7cdf080472930a66c0bcbd8ecb | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Wed Mar 10 21:02:22 2021 -0500 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Thu Apr 08 15:37:28 2021 +0800 |
tree | 4cab1b9acdce35848cbc1e3e63285abe25010818 | |
parent | 1c30c0e2ab4a3861557e0fd52546515c7a7e5d9d [diff] [blame] |
riscv: Enable watchdog for the k210 This enables the necessary config options. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/board/sipeed/maix/Kconfig b/board/sipeed/maix/Kconfig index 2cdea8e..adf6abb 100644 --- a/board/sipeed/maix/Kconfig +++ b/board/sipeed/maix/Kconfig
@@ -69,4 +69,6 @@ imply EFI_PARTITION imply CMD_PART imply CMD_FS_GENERIC + imply WDT + imply DESIGNWARE_WATCHDOG endif