]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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 2cdea8ea813a833861edaf944f2147773f03ca8b..adf6abb5726f0de62a1bab23e9d2a0106029696f 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