From patchwork Sat Jan 25 19:23:50 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heinrich Schuchardt X-Patchwork-Id: 240107 List-Id: U-Boot discussion From: xypron.glpk at gmx.de (Heinrich Schuchardt) Date: Sat, 25 Jan 2020 20:23:50 +0100 Subject: [PATCH 1/1] watchdog: cannot select CONFIG_CONFIG_MPC8xx_WATCHDOG Message-ID: <20200125192350.7039-1-xypron.glpk@gmx.de> 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 --- drivers/watchdog/Kconfig | 1 - 1 file changed, 1 deletion(-) -- 2.24.1 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