[PATCH 0/4] Simplify Renesas SoC Configuration
Prabhakar
prabhakar.csengg at gmail.com
Tue Apr 1 02:01:29 PDT 2025
From: Lad Prabhakar <prabhakar.mahadev-lad.rj at bp.renesas.com>
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@bp.renesas.com/
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
More information about the linux-arm-kernel
mailing list