> 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 <[email protected]>
Acked-by: Peng Fan <[email protected]>
Tom, I not have patches for fsl-qoirq queue. Would you
please directly pick up?
Thanks
Peng.
> ---
> Cc: Mateus Lima Alves <[email protected]>
> Cc: Peng Fan <[email protected]>
> ---
> 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