public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/2] soc/tegra: Add Tegra238 Kconfig symbol
@ 2026-02-26 15:09 Thierry Reding
  2026-02-26 15:09 ` [PATCH 2/2] firmware: tegra: bpmp: Rename Tegra239 to Tegra238 Thierry Reding
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Thierry Reding @ 2026-02-26 15:09 UTC (permalink / raw)
  To: Thierry Reding; +Cc: Jon Hunter, linux-tegra, linux-arm-kernel

From: Thierry Reding <treding@nvidia.com>

The NVIDIA Tegra238 SoC is an upcoming new chip. Add a Kconfig symbol to
allow fine-grained selection of support code for this chip.

Signed-off-by: Thierry Reding <treding@nvidia.com>
---
 drivers/soc/tegra/Kconfig | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/drivers/soc/tegra/Kconfig b/drivers/soc/tegra/Kconfig
index c0fc54c3cd35..0a84bfd5c657 100644
--- a/drivers/soc/tegra/Kconfig
+++ b/drivers/soc/tegra/Kconfig
@@ -125,6 +125,15 @@ config ARCH_TEGRA_234_SOC
 	help
 	  Enable support for the NVIDIA Tegra234 SoC.
 
+config ARCH_TEGRA_238_SOC
+	bool "NVIDIA Tegra238 SoC"
+	default ARCH_TEGRA
+	depends on !CPU_BIG_ENDIAN
+	select MAILBOX
+	select SOC_TEGRA_PMC
+	help
+	  Enable support for the NVIDIA Tegra238 SoC.
+
 config ARCH_TEGRA_241_SOC
 	bool "NVIDIA Tegra241 SoC"
 	help
-- 
2.52.0



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

end of thread, other threads:[~2026-03-19 16:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-26 15:09 [PATCH 1/2] soc/tegra: Add Tegra238 Kconfig symbol Thierry Reding
2026-02-26 15:09 ` [PATCH 2/2] firmware: tegra: bpmp: Rename Tegra239 to Tegra238 Thierry Reding
2026-03-04 10:19   ` Jon Hunter
2026-03-04 10:19 ` [PATCH 1/2] soc/tegra: Add Tegra238 Kconfig symbol Jon Hunter
2026-03-19 16:09 ` Thierry Reding

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