From: Jagan Teki Date: Mon, 20 Apr 2020 18:04:13 +0000 (+0530) Subject: watchdog: kconfig: Enable designware for rk3399 X-Git-Tag: v2020.10~243^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a08a614b05e8dd199ba15179e2cb8b55a3f8e32;p=platform%2Fkernel%2Fu-boot.git watchdog: kconfig: Enable designware for rk3399 Enable designware watchdog driver for rk3399 if WDT defined. Cc: Marek Vasut Signed-off-by: Jagan Teki Reviewed-by: Kever Yang --- diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 6cafd24..bf06180 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -49,6 +49,7 @@ config ULP_WATCHDOG config DESIGNWARE_WATCHDOG bool "Designware watchdog timer support" select HW_WATCHDOG if !WDT + default y if WDT && ROCKCHIP_RK3399 help Enable this to support Designware Watchdog Timer IP, present e.g. on Altera SoCFPGA SoCs.