mbox series

[RFC,INTERNAL,v2,0/4] Simplify Renesas SoC Configuration

Message ID 20250327193318.344444-1-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive)
Headers show
Series Simplify Renesas SoC Configuration | expand

Message

Lad, Prabhakar March 27, 2025, 7:33 p.m. UTC
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@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.

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(-)