From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Anderson Date: Tue, 22 Dec 2020 18:59:03 -0500 Subject: [PATCH v5 6/6] riscv: Enable watchdog for the k210 In-Reply-To: <20201222235903.131751-1-seanga2@gmail.com> References: <20201222235903.131751-1-seanga2@gmail.com> Message-ID: <20201222235903.131751-7-seanga2@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This enables the necessary config options. Signed-off-by: Sean Anderson Reviewed-by: Simon Glass --- (no changes since v1) board/sipeed/maix/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/sipeed/maix/Kconfig b/board/sipeed/maix/Kconfig index 4c42dd2087..95fe6d9706 100644 --- a/board/sipeed/maix/Kconfig +++ b/board/sipeed/maix/Kconfig @@ -53,4 +53,6 @@ config BOARD_SPECIFIC_OPTIONS imply CMD_GPIO imply LED imply LED_GPIO + imply WDT + imply DESIGNWARE_WATCHDOG endif -- 2.29.2