diff mbox series

[v2,11/16] wdt: Kconfig: Add TPL_WDT entry

Message ID 20190826182111.30999-12-jagan@amarulasolutions.com (mailing list archive)
State New, archived
Headers show
Series rk3399: Add redundant boot support | expand

Commit Message

Jagan Teki Aug. 26, 2019, 6:21 p.m. UTC
Add missing Kconfig entry for TPL_WDT.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 drivers/watchdog/Kconfig | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox series

Patch

diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 8674633b90..7c7f0c67a0 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -182,4 +182,11 @@  config SPL_WDT
 	  Enable driver model for watchdog timer in SPL.
 	  This is similar to CONFIG_WDT in U-Boot.
 
+config TPL_WDT
+	bool "Enable driver model for watchdog timer drivers in TPL"
+	depends on TPL_DM
+	help
+	  Enable driver model for watchdog timer in TPL.
+	  This is similar to CONFIG_WDT in U-Boot.
+
 endmenu