From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> Hi All, This patch series simplifies the configuration of Renesas SoCs by enabling all Renesas SoCs by default when ARCH_RENESAS is set. Since ARCH_RENESAS is already enabled in defconfig files, explicitly listing individual SoCs is redundant. By removing these entries, we streamline the configuration, reduce maintenance effort, and ensure consistency across different defconfig files. Note, acks from Geert are added to patches 2-4 which were reviewed here https://lore.kernel.org/all/20250327193318.344444-1-prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx/ Cheers, Prabhakar Lad Prabhakar (4): soc: renesas: Kconfig: Enable SoCs by default when ARCH_RENESAS is set arm64: defconfig: Remove individual Renesas SoC entries arm: shmobile_defconfig: Drop individual Renesas SoC entries arm: multi_v7_defconfig: Drop individual Renesas SoC entries arch/arm/configs/multi_v7_defconfig | 19 ------------- arch/arm/configs/shmobile_defconfig | 19 ------------- arch/arm64/configs/defconfig | 23 ---------------- drivers/soc/renesas/Kconfig | 42 +++++++++++++++++++++++++++++ 4 files changed, 42 insertions(+), 61 deletions(-) base-commit: 7b7d0894c66154494b8295a2e73cfb5516f65756 -- 2.49.0