riscv: Enable watchdog for the k210
authorSean Anderson <seanga2@gmail.com>
Thu, 11 Mar 2021 02:02:22 +0000 (21:02 -0500)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 8 Apr 2021 07:37:28 +0000 (15:37 +0800)
This enables the necessary config options.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
board/sipeed/maix/Kconfig

index 2cdea8e..adf6abb 100644 (file)
@@ -69,4 +69,6 @@ config BOARD_SPECIFIC_OPTIONS
        imply EFI_PARTITION
        imply CMD_PART
        imply CMD_FS_GENERIC
+       imply WDT
+       imply DESIGNWARE_WATCHDOG
 endif