summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMateus Lima Alves <mateuslima.ti@gmail.com>2026-01-26 13:05:19 -0300
committerPeng Fan <peng.fan@nxp.com>2026-01-28 14:26:50 +0800
commit424b324165ea0343598c5a8b52591ea504dcde52 (patch)
tree17dd60dfc7012fdeefe4c63bda6b64a108b4bccf /drivers
parent431f1ce46bbffff0db8f03437a34400b11b30175 (diff)
armv7: Add CPLD support via IFC to the ls1021a-iot board.
This patch adds CPLD support via IFC to the ls1021a-iot board. Signed-off-by: Mateus Lima Alves <mateuslima.ti@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/misc/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index dde773ab6b1..be7fdab56d1 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -694,7 +694,12 @@ config ESM_PMIC
typically to reboot the board in error condition.
config FSL_IFC
- bool
+ bool "Freescale Integrated Flash Controller"
+ depends on ARM
+ help
+ This driver is for the Integrated Flash Controller(IFC) module
+ available in Freescale SoCs. This controller allows to handle
+ devices such as NOR, NAND, FPGA and ASIC etc.
config SL28CPLD
bool "Enable Kontron sl28cpld multi-function driver"