[PATCH 7/7] riscv: Enable watchdog for the k210
Sean Anderson
seanga2 at gmail.com
Wed Aug 5 21:14:13 CEST 2020
This enables the necessary config options.
Signed-off-by: Sean Anderson <seanga2 at gmail.com>
---
board/sipeed/maix/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/board/sipeed/maix/Kconfig b/board/sipeed/maix/Kconfig
index 0cdcd32adc..b9dac5a64e 100644
--- a/board/sipeed/maix/Kconfig
+++ b/board/sipeed/maix/Kconfig
@@ -44,4 +44,6 @@ config BOARD_SPECIFIC_OPTIONS
imply RESET_SYSCON
imply SYSRESET
imply SYSRESET_SYSCON
+ imply WDT
+ imply DESIGNWARE_WATCHDOG
endif
--
2.27.0
More information about the U-Boot
mailing list