diff options
| author | Tom Rini <[email protected]> | 2026-01-28 08:39:52 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-28 08:39:52 -0600 |
| commit | cd4f4f74213aa02df1a0f2c533cd2cabfac6aa2e (patch) | |
| tree | afd975b1faab29828f8fdf73eb0aa063a7025fa4 /drivers/misc | |
| parent | 4234f4d432bf1dcd30b5fee91c71abc1acae5e75 (diff) | |
| parent | 8e918cbe7a1cb87d0b18df91ed1edec9fff2f941 (diff) | |
Merge tag 'fsl-qoriq-for-2026.04-rc2' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq
- Rename freescale to nxp
- Add CPLD support via IFC to the ls1021a-iot board
- Use scmi_clk_state_in_v2 in sandbox
Diffstat (limited to 'drivers/misc')
| -rw-r--r-- | drivers/misc/Kconfig | 7 |
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" |
