Skip to content

Commit d035fdf

Browse files
Paul Walmsleythierryreding
authored andcommitted
arm64: Add Tegra132 support
Add basic Kbuild support for the Tegra SoC family, and specifically, the Tegra132 SoC. Tegra132 pairs the NVIDIA Denver CPU complex with the SoC integration of Tegra124 - hence the use of ARCH_TEGRA and the Tegra124 pinctrl option. This patch was based on a patch originally written by Allen Martin <amartin@nvidia.com>. Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: Paul Walmsley <pwalmsley@nvidia.com> Cc: Allen Martin <amartin@nvidia.com> Cc: Thierry Reding <treding@nvidia.com> Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Will Deacon <will.deacon@arm.com> Cc: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 005510a commit d035fdf

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

arch/arm64/Kconfig

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,34 @@ config ARCH_SEATTLE
153153
help
154154
This enables support for AMD Seattle SOC Family
155155

156+
config ARCH_TEGRA
157+
bool "NVIDIA Tegra SoC Family"
158+
select ARCH_HAS_RESET_CONTROLLER
159+
select ARCH_REQUIRE_GPIOLIB
160+
select CLKDEV_LOOKUP
161+
select CLKSRC_MMIO
162+
select CLKSRC_OF
163+
select GENERIC_CLOCKEVENTS
164+
select HAVE_CLK
165+
select HAVE_SMP
166+
select PINCTRL
167+
select RESET_CONTROLLER
168+
help
169+
This enables support for the NVIDIA Tegra SoC family.
170+
171+
config ARCH_TEGRA_132_SOC
172+
bool "NVIDIA Tegra132 SoC"
173+
depends on ARCH_TEGRA
174+
select PINCTRL_TEGRA124
175+
select USB_ARCH_HAS_EHCI if USB_SUPPORT
176+
select USB_ULPI if USB_PHY
177+
select USB_ULPI_VIEWPORT if USB_PHY
178+
help
179+
Enable support for NVIDIA Tegra132 SoC, based on the Denver
180+
ARMv8 CPU. The Tegra132 SoC is similar to the Tegra124 SoC,
181+
but contains an NVIDIA Denver CPU complex in place of
182+
Tegra124's "4+1" Cortex-A15 CPU complex.
183+
156184
config ARCH_THUNDER
157185
bool "Cavium Inc. Thunder SoC Family"
158186
help

0 commit comments

Comments
 (0)