From: Thierry Reding Date: Thu, 26 Feb 2026 15:09:32 +0000 (+0100) Subject: soc/tegra: Add Tegra238 Kconfig symbol X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9514d3f2dd4b8df4505c9104da8ac12fefb0d871;p=thirdparty%2Fkernel%2Fstable.git soc/tegra: Add Tegra238 Kconfig symbol The NVIDIA Tegra238 SoC is an upcoming new chip. Add a Kconfig symbol to allow fine-grained selection of support code for this chip. Reviewed-by: Jon Hunter Signed-off-by: Thierry Reding --- diff --git a/drivers/soc/tegra/Kconfig b/drivers/soc/tegra/Kconfig index a1cadfdb356c..073346c1542b 100644 --- a/drivers/soc/tegra/Kconfig +++ b/drivers/soc/tegra/Kconfig @@ -134,6 +134,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" default ARCH_TEGRA