diff mbox series

[v3,7/7] riscv: Enable watchdog for the k210

Message ID 20200901200758.543851-8-seanga2@gmail.com
State Superseded
Delegated to: Andes
Headers show
Series wdt: Add support for watchdogs on Kendryte K210 | expand

Commit Message

Sean Anderson Sept. 1, 2020, 8:07 p.m. UTC
This enables the necessary config options.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
---

Changes in v3:
- Note dependency on "time: Fix get_ticks being non-monotonic"
- Add a few signed-off-bys which were sent for version 1

 board/sipeed/maix/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Simon Glass Sept. 7, 2020, 1:43 a.m. UTC | #1
On Tue, 1 Sep 2020 at 14:08, Sean Anderson <seanga2@gmail.com> wrote:
>
> This enables the necessary config options.
>
> Signed-off-by: Sean Anderson <seanga2@gmail.com>
> ---
>
> Changes in v3:
> - Note dependency on "time: Fix get_ticks being non-monotonic"
> - Add a few signed-off-bys which were sent for version 1
>
>  board/sipeed/maix/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/board/sipeed/maix/Kconfig b/board/sipeed/maix/Kconfig
index 0cdcd32adc..b9dac5a64e 100644
--- a/board/sipeed/maix/Kconfig
+++ b/board/sipeed/maix/Kconfig
@@ -44,4 +44,6 @@  config BOARD_SPECIFIC_OPTIONS
 	imply RESET_SYSCON
 	imply SYSRESET
 	imply SYSRESET_SYSCON
+	imply WDT
+	imply DESIGNWARE_WATCHDOG
 endif