]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
soc/tegra: Add Tegra238 Kconfig symbol
authorThierry Reding <treding@nvidia.com>
Thu, 26 Feb 2026 15:09:32 +0000 (16:09 +0100)
committerThierry Reding <treding@nvidia.com>
Wed, 25 Mar 2026 09:47:50 +0000 (10:47 +0100)
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 <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/Kconfig

index a1cadfdb356cf0c7302c1affe6a0f863e5641fda..073346c1542ba87f1276e6425987206f858e76ca 100644 (file)
@@ -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