Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] soc: renesas: r8a78000: Drop duplicate "default ARCH_RENESAS"
@ 2026-07-09 10:47 Geert Uytterhoeven
  2026-07-09 11:21 ` Marek Vasut
  2026-07-09 22:58 ` Kuninori Morimoto
  0 siblings, 2 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2026-07-09 10:47 UTC (permalink / raw)
  To: Magnus Damm, Huy Bui, Duy Nguyen, Kuninori Morimoto
  Cc: linux-renesas-soc, linux-arm-kernel, Geert Uytterhoeven,
	Marek Vasut

The Kconfig entry for ARCH_R8A78000 contains both "default y if
ARCH_RENESAS" and "default ARCH_RENESAS", which are sort-of duplicates.

Drop the latter, to restore consistency with the other ARM64 entries.

Fixes: 5284d0b09d1bdc69 ("soc: renesas: Identify R-Car X5H")
Reported-by: Marek Vasut <marek.vasut@mailbox.org>
Closes: https://lore.kernel.org/a069d50d-030d-4189-ae9d-37f989829da4@mailbox.org
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
To be queued in renesas-devel for v7.3.

 drivers/soc/renesas/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig
index 8a625bc17091773f..e0ce51a9912beabe 100644
--- a/drivers/soc/renesas/Kconfig
+++ b/drivers/soc/renesas/Kconfig
@@ -356,7 +356,6 @@ config ARCH_R8A779H0
 config ARCH_R8A78000
 	bool "ARM64 Platform support for R8A78000 (R-Car X5H)"
 	default y if ARCH_RENESAS
-	default ARCH_RENESAS
 	select ARCH_RCAR_GEN5
 	help
 	  This enables support for the Renesas R-Car X5H SoC.
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] soc: renesas: r8a78000: Drop duplicate "default ARCH_RENESAS"
  2026-07-09 10:47 [PATCH] soc: renesas: r8a78000: Drop duplicate "default ARCH_RENESAS" Geert Uytterhoeven
@ 2026-07-09 11:21 ` Marek Vasut
  2026-07-09 22:58 ` Kuninori Morimoto
  1 sibling, 0 replies; 4+ messages in thread
From: Marek Vasut @ 2026-07-09 11:21 UTC (permalink / raw)
  To: Geert Uytterhoeven, Magnus Damm, Huy Bui, Duy Nguyen,
	Kuninori Morimoto
  Cc: linux-renesas-soc, linux-arm-kernel

On 7/9/26 12:47 PM, Geert Uytterhoeven wrote:
> The Kconfig entry for ARCH_R8A78000 contains both "default y if
> ARCH_RENESAS" and "default ARCH_RENESAS", which are sort-of duplicates.
> 
> Drop the latter, to restore consistency with the other ARM64 entries.
> 
> Fixes: 5284d0b09d1bdc69 ("soc: renesas: Identify R-Car X5H")
> Reported-by: Marek Vasut <marek.vasut@mailbox.org>
> Closes: https://lore.kernel.org/a069d50d-030d-4189-ae9d-37f989829da4@mailbox.org
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] soc: renesas: r8a78000: Drop duplicate "default ARCH_RENESAS"
  2026-07-09 10:47 [PATCH] soc: renesas: r8a78000: Drop duplicate "default ARCH_RENESAS" Geert Uytterhoeven
  2026-07-09 11:21 ` Marek Vasut
@ 2026-07-09 22:58 ` Kuninori Morimoto
  2026-07-10  0:59   ` Duy Nguyen
  1 sibling, 1 reply; 4+ messages in thread
From: Kuninori Morimoto @ 2026-07-09 22:58 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Magnus Damm, Huy Bui, Duy Nguyen, linux-renesas-soc,
	linux-arm-kernel, Marek Vasut


Hi

> The Kconfig entry for ARCH_R8A78000 contains both "default y if
> ARCH_RENESAS" and "default ARCH_RENESAS", which are sort-of duplicates.
> 
> Drop the latter, to restore consistency with the other ARM64 entries.
> 
> Fixes: 5284d0b09d1bdc69 ("soc: renesas: Identify R-Car X5H")
> Reported-by: Marek Vasut <marek.vasut@mailbox.org>
> Closes: https://lore.kernel.org/a069d50d-030d-4189-ae9d-37f989829da4@mailbox.org
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---

Reviewed-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [PATCH] soc: renesas: r8a78000: Drop duplicate "default ARCH_RENESAS"
  2026-07-09 22:58 ` Kuninori Morimoto
@ 2026-07-10  0:59   ` Duy Nguyen
  0 siblings, 0 replies; 4+ messages in thread
From: Duy Nguyen @ 2026-07-10  0:59 UTC (permalink / raw)
  To: Kuninori Morimoto, Geert Uytterhoeven
  Cc: magnus.damm, Huy Bui, linux-renesas-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, marek.vasut@mailbox.org

Hi,

> The Kconfig entry for ARCH_R8A78000 contains both "default y if 
> ARCH_RENESAS" and "default ARCH_RENESAS", which are sort-of duplicates.
> 
> Drop the latter, to restore consistency with the other ARM64 entries.
> 
> Fixes: 5284d0b09d1bdc69 ("soc: renesas: Identify R-Car X5H")
> Reported-by: Marek Vasut <marek.vasut@mailbox.org>
> Closes: 
> https://jpn01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flore
> .kernel.org%2Fa069d50d-030d-4189-ae9d-37f989829da4%40mailbox.org&data=
> 05%7C02%7Cduy.nguyen.rh%40renesas.com%7C4e853b1e874c4059247708dede0d96
> ad%7C53d82571da1947e49cb4625a166a4a2a%7C0%7C0%7C639192347095170160%7CU
> nknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiO
> iJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=c7q4KNa
> YIVavKCWwyBTzrjsqBPPYZN7nCdSUSc5ZWwQ%3D&reserved=0
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---

Reviewed-by: Duy Nguyen <duy.nguyen.rh@renesas.com>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-07-10  1:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-09 10:47 [PATCH] soc: renesas: r8a78000: Drop duplicate "default ARCH_RENESAS" Geert Uytterhoeven
2026-07-09 11:21 ` Marek Vasut
2026-07-09 22:58 ` Kuninori Morimoto
2026-07-10  0:59   ` Duy Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox