[PATCH 1/1] watchdog: cannot select CONFIG_CONFIG_MPC8xx_WATCHDOG

Heinrich Schuchardt xypron.glpk at gmx.de
Sat Jan 25 20:23:50 CET 2020


There is no configuration option CONFIG_CONFIG_MPC8xx_WATCHDOG. So we
should not try to select it.

The select statement was introduced in a patch that was meant to only sort
config options without changing them.

Fixes: b3134ffbd944 ("watchdog: Kconfig: Sort entry alphabetically")
Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
 drivers/watchdog/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 2b8064dfae..8b65b5a88c 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -103,7 +103,6 @@ config WDT_CDNS
 config WDT_MPC8xx
 	bool "MPC8xx watchdog timer support"
 	depends on WDT && MPC8xx
-	select CONFIG_MPC8xx_WATCHDOG
 	help
 	   Select this to enable mpc8xx watchdog timer

--
2.24.1



More information about the U-Boot mailing list