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 /arch/arm/Kconfig | |
| 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 'arch/arm/Kconfig')
| -rw-r--r-- | arch/arm/Kconfig | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 02f21f1c083..cd6a454fd60 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -2415,23 +2415,23 @@ source "board/cavium/thunderx/Kconfig" source "board/eets/pdu001/Kconfig" source "board/emulation/qemu-arm/Kconfig" source "board/emulation/qemu-sbsa/Kconfig" -source "board/freescale/ls2080aqds/Kconfig" -source "board/freescale/ls2080ardb/Kconfig" -source "board/freescale/ls1088a/Kconfig" -source "board/freescale/ls1028a/Kconfig" -source "board/freescale/ls1021aqds/Kconfig" -source "board/freescale/ls1043aqds/Kconfig" -source "board/freescale/ls1021atwr/Kconfig" -source "board/freescale/ls1021atsn/Kconfig" -source "board/freescale/ls1021aiot/Kconfig" -source "board/freescale/ls1046aqds/Kconfig" -source "board/freescale/ls1043ardb/Kconfig" -source "board/freescale/ls1046ardb/Kconfig" -source "board/freescale/ls1046afrwy/Kconfig" -source "board/freescale/ls1012aqds/Kconfig" -source "board/freescale/ls1012ardb/Kconfig" -source "board/freescale/ls1012afrdm/Kconfig" -source "board/freescale/lx2160a/Kconfig" +source "board/nxp/ls2080aqds/Kconfig" +source "board/nxp/ls2080ardb/Kconfig" +source "board/nxp/ls1088a/Kconfig" +source "board/nxp/ls1028a/Kconfig" +source "board/nxp/ls1021aqds/Kconfig" +source "board/nxp/ls1043aqds/Kconfig" +source "board/nxp/ls1021atwr/Kconfig" +source "board/nxp/ls1021atsn/Kconfig" +source "board/nxp/ls1021aiot/Kconfig" +source "board/nxp/ls1046aqds/Kconfig" +source "board/nxp/ls1043ardb/Kconfig" +source "board/nxp/ls1046ardb/Kconfig" +source "board/nxp/ls1046afrwy/Kconfig" +source "board/nxp/ls1012aqds/Kconfig" +source "board/nxp/ls1012ardb/Kconfig" +source "board/nxp/ls1012afrdm/Kconfig" +source "board/nxp/lx2160a/Kconfig" source "board/grinn/chiliboard/Kconfig" source "board/hisilicon/hikey/Kconfig" source "board/hisilicon/hikey960/Kconfig" |
