On Wed, 16 Nov 2022 at 11:13, Tom Rini <tr...@konsulko.com> wrote: > > This converts the following to Kconfig: > CONFIG_SRIO1 > CONFIG_SRIO2 > CONFIG_SRIO_PCIE_BOOT_MASTER > CONFIG_SYS_SRIO > > Signed-off-by: Tom Rini <tr...@konsulko.com> > --- > README | 12 ------------ > arch/powerpc/Kconfig | 15 +++++++++++++++ > configs/MPC8548CDS_36BIT_defconfig | 2 ++ > configs/MPC8548CDS_defconfig | 2 ++ > configs/MPC8548CDS_legacy_defconfig | 2 ++ > configs/P2041RDB_NAND_defconfig | 4 ++++ > configs/P2041RDB_SDCARD_defconfig | 4 ++++ > configs/P2041RDB_SPIFLASH_defconfig | 4 ++++ > configs/P2041RDB_defconfig | 4 ++++ > configs/T2080QDS_NAND_defconfig | 4 ++++ > configs/T2080QDS_SDCARD_defconfig | 4 ++++ > configs/T2080QDS_SECURE_BOOT_defconfig | 4 ++++ > configs/T2080QDS_SPIFLASH_defconfig | 4 ++++ > configs/T2080QDS_SRIO_PCIE_BOOT_defconfig | 4 ++++ > configs/T2080QDS_defconfig | 4 ++++ > include/configs/MPC8548CDS.h | 3 --- > include/configs/P2041RDB.h | 5 ----- > include/configs/T102xRDB.h | 2 -- > include/configs/T208xQDS.h | 6 ------ > include/configs/T208xRDB.h | 1 - > 20 files changed, 61 insertions(+), 29 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>