[PATCH] misc: Keep FSL_IFC available on PowerPC as well

Tom Rini trini at konsulko.com
Wed Jan 28 20:26:17 CET 2026


This symbol is used on a number of PowerPC platforms as well, so make it
available there again.

Fixes: 424b324165ea ("armv7: Add CPLD support via IFC to the ls1021a-iot board.")
Signed-off-by: Tom Rini <trini at konsulko.com>
---
Cc: Mateus Lima Alves <mateuslima.ti at gmail.com>
Cc: Peng Fan <peng.fan at nxp.com>
---
 drivers/misc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index be7fdab56d14..a0aa290480eb 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -695,7 +695,7 @@ config ESM_PMIC
 
 config FSL_IFC
 	bool "Freescale Integrated Flash Controller"
-	depends on ARM
+	depends on ARM || PPC
 	help
 	  This driver is for the Integrated Flash Controller(IFC) module
 	  available in Freescale SoCs. This controller allows to handle
-- 
2.43.0



More information about the U-Boot mailing list