projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0479d1
)
riscv: Enable watchdog for the k210
author
Sean Anderson
<seanga2@gmail.com>
Thu, 11 Mar 2021 02:02:22 +0000
(21:02 -0500)
committer
Leo 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
patch
|
blob
|
history
diff --git
a/board/sipeed/maix/Kconfig
b/board/sipeed/maix/Kconfig
index 2cdea8ea813a833861edaf944f2147773f03ca8b..adf6abb5726f0de62a1bab23e9d2a0106029696f 100644
(file)
--- 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