Skip to content

Commit 14bdb1b

Browse files
committed
soc/tegra: Enable support for Tegra264
Tegra264 is the successor to Tegra234, with various improvements and new hardware. Link: https://lore.kernel.org/r/20250506133118.1011777-7-thierry.reding@gmail.com Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 19272b3 commit 14bdb1b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/soc/tegra/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,14 @@ config ARCH_TEGRA_241_SOC
138138
help
139139
Enable support for the NVIDIA Tegra241 SoC.
140140

141+
config ARCH_TEGRA_264_SOC
142+
bool "NVIDIA Tegra264 SoC"
143+
depends on !CPU_BIG_ENDIAN
144+
select MAILBOX
145+
select SOC_TEGRA_PMC
146+
help
147+
Enable support for the NVIDIA Tegra264 SoC.
148+
141149
endif
142150
endif
143151

0 commit comments

Comments
 (0)