From: Sean Anderson Date: Thu, 11 Mar 2021 02:02:22 +0000 (-0500) Subject: riscv: Enable watchdog for the k210 X-Git-Tag: v2025.01-rc5-pxa1908~1930^2~10 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/%7B%7B%20.RelPermalink%20%7D%7D?a=commitdiff_plain;h=e3282b1bbae4e8558c2b85bf27560d12358ed25f;p=u-boot.git riscv: Enable watchdog for the k210 This enables the necessary config options. Signed-off-by: Sean Anderson Reviewed-by: Simon Glass --- 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