diff mbox series

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

Message ID 20200807150355.287181-7-seanga2@gmail.com
State Superseded
Delegated to: Andes
Headers show
Series [v2,1/7] wdt: dw: Switch to using fls for log2 | expand

Commit Message

Sean Anderson Aug. 7, 2020, 3:03 p.m. UTC
This enables the necessary config options.

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

(no changes since v1)

 board/sipeed/maix/Kconfig | 2 ++
 1 file changed, 2 insertions(+)
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