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 <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
master
Thierry Reding 2026-02-26 16:09:32 +01:00
parent ece67f4758
commit 9514d3f2dd
1 changed files with 9 additions and 0 deletions

View 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