Browse Source

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>
Sean Anderson 3 years ago
parent
commit
e3282b1bba
1 changed files with 2 additions and 0 deletions
  1. 2 0
      board/sipeed/maix/Kconfig

+ 2 - 0
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