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>
This commit is contained in:
Sean Anderson 2021-03-10 21:02:22 -05:00 committed by Leo Yu-Chi Liang
parent b0479d1bf1
commit e3282b1bba
1 changed files with 2 additions and 0 deletions

View File

@ -69,4 +69,6 @@ config BOARD_SPECIFIC_OPTIONS
imply EFI_PARTITION
imply CMD_PART
imply CMD_FS_GENERIC
imply WDT
imply DESIGNWARE_WATCHDOG
endif