[PATCH 06/11] soc/tegra: Enable support for Tegra264
Thierry Reding
thierry.reding at gmail.com
Tue May 6 06:31:13 PDT 2025
From: Thierry Reding <treding at nvidia.com>
Tegra264 is the successor to Tegra234, with various improvements and new
hardware.
Signed-off-by: Thierry Reding <treding at nvidia.com>
---
drivers/soc/tegra/Kconfig | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/drivers/soc/tegra/Kconfig b/drivers/soc/tegra/Kconfig
index 33512558af9f..bc532cbe32e7 100644
--- a/drivers/soc/tegra/Kconfig
+++ b/drivers/soc/tegra/Kconfig
@@ -138,6 +138,14 @@ config ARCH_TEGRA_241_SOC
help
Enable support for the NVIDIA Tegra241 SoC.
+config ARCH_TEGRA_264_SOC
+ bool "NVIDIA Tegra264 SoC"
+ depends on !CPU_BIG_ENDIAN
+ select MAILBOX
+ select SOC_TEGRA_PMC
+ help
+ Enable support for the NVIDIA Tegra264 SoC.
+
endif
endif
--
2.49.0
More information about the linux-arm-kernel
mailing list