global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*
authorTom Rini <trini@konsulko.com>
Wed, 16 Nov 2022 18:10:33 +0000 (13:10 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 5 Dec 2022 21:06:07 +0000 (16:06 -0500)
commitecc8d425fd50d894dd0a06796c17030ef4a7942f
tree6fade563d93ccb2dc3c774bdcc3d2f5cf5b6403c
parent789bb9537a4427798e3e28ff0c6be2c27454315f
global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*

The rest of the unmigrated CONFIG symbols in the CONFIG_SYS_PCI and
CONFIG_SYS_PCIE namespace do not easily transition to Kconfig. In many
cases they likely should come from the device tree instead. Move these
out of CONFIG namespace and in to CFG namespace.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
42 files changed:
arch/arm/cpu/armv7/ls102xa/cpu.c
arch/arm/cpu/armv8/fsl-layerscape/cpu.c
arch/arm/include/asm/arch-fsl-layerscape/cpu.h
arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h
arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h
arch/arm/include/asm/arch-ls102xa/config.h
arch/m68k/include/asm/immap.h
arch/powerpc/cpu/mpc83xx/pcie.c
arch/powerpc/cpu/mpc85xx/liodn.c
arch/powerpc/include/asm/fsl_pci.h
arch/powerpc/include/asm/immap_85xx.h
board/freescale/common/p_corenet/tlb.c
board/freescale/mpc8548cds/tlb.c
board/freescale/p1010rdb/tlb.c
board/freescale/p1_p2_rdb_pc/tlb.c
board/freescale/t102xrdb/tlb.c
board/freescale/t104xrdb/tlb.c
board/freescale/t208xqds/tlb.c
board/freescale/t208xrdb/tlb.c
board/freescale/t4rdb/tlb.c
board/keymile/kmcent2/tlb.c
board/socrates/tlb.c
common/fdt_support.c
drivers/pci/pci_auto.c
drivers/pci/pcie_fsl.c
drivers/pci/pcie_fsl.h
drivers/pci/pcie_layerscape.h
drivers/pci/pcie_layerscape_ep.c
drivers/pci/pcie_layerscape_gen4.c
drivers/pci/pcie_layerscape_gen4.h
include/configs/MPC837XERDB.h
include/configs/MPC8548CDS.h
include/configs/P1010RDB.h
include/configs/P2041RDB.h
include/configs/T102xRDB.h
include/configs/T104xRDB.h
include/configs/T208xQDS.h
include/configs/T208xRDB.h
include/configs/T4240RDB.h
include/configs/kmcent2.h
include/configs/p1_p2_rdb_pc.h
include/configs/socrates.h