projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19272b3
)
soc/tegra: Enable support for Tegra264
author
Thierry Reding
<treding@nvidia.com>
Tue, 6 May 2025 13:31:13 +0000
(15:31 +0200)
committer
Thierry Reding
<treding@nvidia.com>
Mon, 7 Jul 2025 12:12:57 +0000
(14:12 +0200)
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>
drivers/soc/tegra/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/soc/tegra/Kconfig
b/drivers/soc/tegra/Kconfig
index 33512558af9f7f017a2aa286a3eacb142472f7e5..bc532cbe32e7db2fb4ade5c9a4d0fa313b4a8cef 100644
(file)
--- 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