watchdog: kconfig: Enable designware for rk3399

Enable designware watchdog driver for rk3399 if WDT defined.

Cc: Marek Vasut <marex@denx.de>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Jagan Teki 2020-04-20 23:34:13 +05:30
parent a976238de3
commit 0a08a614b0

View File

@ -49,6 +49,7 @@ config ULP_WATCHDOG
config DESIGNWARE_WATCHDOG config DESIGNWARE_WATCHDOG
bool "Designware watchdog timer support" bool "Designware watchdog timer support"
select HW_WATCHDOG if !WDT select HW_WATCHDOG if !WDT
default y if WDT && ROCKCHIP_RK3399
help help
Enable this to support Designware Watchdog Timer IP, present e.g. Enable this to support Designware Watchdog Timer IP, present e.g.
on Altera SoCFPGA SoCs. on Altera SoCFPGA SoCs.