[U-Boot] [PATCH v2 11/16] wdt: Kconfig: Add TPL_WDT entry

Jagan Teki jagan at amarulasolutions.com
Mon Aug 26 18:21:06 UTC 2019


Add missing Kconfig entry for TPL_WDT.

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

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
-- 
2.18.0.321.gffc6fa0e3



More information about the U-Boot mailing list