[PATCH 1/2] soc/tegra: Add Tegra238 Kconfig symbol

Jon Hunter jonathanh at nvidia.com
Wed Mar 4 02:19:14 PST 2026


On 26/02/2026 15:09, Thierry Reding wrote:
> From: Thierry Reding <treding at 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 at 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

Reviewed-by: Jon Hunter <jonathanh at nvidia.com>

Thanks
Jon

-- 
nvpublic




More information about the linux-arm-kernel mailing list