[PATCH v6 6/6] riscv: Enable watchdog for the k210
Sean Anderson
seanga2 at gmail.com
Thu Mar 11 03:02:22 CET 2021
This enables the necessary config options.
Signed-off-by: Sean Anderson <seanga2 at gmail.com>
Reviewed-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
board/sipeed/maix/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/board/sipeed/maix/Kconfig b/board/sipeed/maix/Kconfig
index 2cdea8ea81..adf6abb572 100644
--- a/board/sipeed/maix/Kconfig
+++ b/board/sipeed/maix/Kconfig
@@ -69,4 +69,6 @@ config BOARD_SPECIFIC_OPTIONS
imply EFI_PARTITION
imply CMD_PART
imply CMD_FS_GENERIC
+ imply WDT
+ imply DESIGNWARE_WATCHDOG
endif
--
2.30.1
More information about the U-Boot
mailing list