mbox series

[RFC,INTERNAL,0/2] soc: renesas: Introduce ARCH_RENESAS_ARM64

Message ID 20250327090321.15394-1-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive)
Headers show
Series soc: renesas: Introduce ARCH_RENESAS_ARM64 | expand

Message

Prabhakar March 27, 2025, 9:03 a.m. UTC
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Hi All,

This an attempt to fix adding each SoCs to ARM64 defconfig file
by introducing ARCH_RENESAS_ARM64.

As an attempt I have just added it for ARM64 if we are OK we can
proceed with ARM32 too.

Cheers,
Prabhakar

Lad Prabhakar (2):
  soc: renesas: Add ARCH_RENESAS_ARM64 Kconfig option
  arm64: defconfig: Use ARCH_RENESAS_ARM64 to enable all Renesas ARM64
    SoCs

 arch/arm64/configs/defconfig | 24 +-----------------------
 drivers/soc/renesas/Kconfig  | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 23 deletions(-)

Comments

Wolfram Sang March 27, 2025, 5:02 p.m. UTC | #1
> This an attempt to fix adding each SoCs to ARM64 defconfig file
> by introducing ARCH_RENESAS_ARM64.

Why not use 'default y if ARCH_RENESAS' as suggested here:

https://lore.kernel.org/all/6323eb7a-03e9-4678-ac4f-f90052d0aace@kernel.org/

?
Prabhakar March 27, 2025, 6:36 p.m. UTC | #2
Hi Wolfram,

On Thu, Mar 27, 2025 at 5:02 PM Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
>
>
> > This an attempt to fix adding each SoCs to ARM64 defconfig file
> > by introducing ARCH_RENESAS_ARM64.
>
> Why not use 'default y if ARCH_RENESAS' as suggested here:
>
Agreed, let me test that out and send a v2.

> https://lore.kernel.org/all/6323eb7a-03e9-4678-ac4f-f90052d0aace@kernel.org/
>

Cheers,
Prabhakar