summaryrefslogtreecommitdiff
path: root/board/sipeed
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2021-03-11 05:02:22 +0300
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-04-08 10:37:28 +0300
commite3282b1bbae4e8558c2b85bf27560d12358ed25f (patch)
tree4cab1b9acdce35848cbc1e3e63285abe25010818 /board/sipeed
parentb0479d1bf14eace5b044f6d99e802fabd18109d0 (diff)
downloadu-boot-e3282b1bbae4e8558c2b85bf27560d12358ed25f.tar.xz
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>
Diffstat (limited to 'board/sipeed')
-rw-r--r--board/sipeed/maix/Kconfig2
1 files changed, 2 insertions, 0 deletions
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