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

Peng Fan peng.fan at nxp.com
Thu Jan 29 04:25:41 CET 2026


> Subject: [PATCH] misc: Keep FSL_IFC available on PowerPC as well
> 
> 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>

Acked-by: Peng Fan <peng.fan at nxp.com>

Tom, I not have patches for fsl-qoirq queue. Would you
please directly pick up?

Thanks
Peng.

> ---
> 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