diff options
| author | Jagan Teki <[email protected]> | 2020-04-20 23:34:13 +0530 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2020-04-30 22:34:20 +0530 |
| commit | 0a08a614b05e8dd199ba15179e2cb8b55a3f8e32 (patch) | |
| tree | ffb3483e5bcd0a647680be1fe078a92f1e120663 /drivers | |
| parent | a976238de39c6adc34b2505a147c93acc6e27124 (diff) | |
watchdog: kconfig: Enable designware for rk3399
Enable designware watchdog driver for rk3399 if WDT defined.
Cc: Marek Vasut <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/watchdog/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 6cafd243e04..bf06180cddf 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. |
