diff options
| author | Tom Rini <[email protected]> | 2026-01-28 13:26:17 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-29 08:59:36 -0600 |
| commit | 3f6b113291c714b19c3acc1b3f07b5a249b0ee05 (patch) | |
| tree | a9c58a22f6275edb522aa7bb71d2e87ac7079cd5 | |
| parent | 6a1bdb7e952d5841f42742fefa907cae5dc8d50a (diff) | |
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.")
Acked-by: Peng Fan <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | drivers/misc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index be7fdab56d1..a0aa290480e 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 |
