diff options
author | Sean Anderson <seanga2@gmail.com> | 2021-03-10 21:02:22 -0500 |
---|---|---|
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | 2021-04-08 15:37:28 +0800 |
commit | e3282b1bbae4e8558c2b85bf27560d12358ed25f (patch) | |
tree | 4cab1b9acdce35848cbc1e3e63285abe25010818 /board/sipeed | |
parent | b0479d1bf14eace5b044f6d99e802fabd18109d0 (diff) | |
download | u-boot-e3282b1bbae4e8558c2b85bf27560d12358ed25f.tar.gz |
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/Kconfig | 2 |
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 |