aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2015-01-23 17:56:49 -0500
committerOlof Johansson <olof@lixom.net>2015-01-23 17:56:49 -0500
commit2e568f56c3572d13e3654c42f520f6f731a42a3f (patch)
tree0a48fa85c3262a708482a0aa15c3d47d12e0d8b0 /arch/arm64/Kconfig
parentff3a45b6185d734e7eb3aee6f01d93ad773935e3 (diff)
parentd035fdfa27ac124bc8f94c3d7dc82ad069802170 (diff)
Merge tag 'tegra-for-3.20-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/arm64
Merge "arm64: Add initial Tegra support" from Thierry Reding: This adds support for the Tegra132 SoC, which is essentially a Tegra124 with a dual Denver CPU complex instead of the quad-Cortex-A15. There is not much here, only the Kconfig entries, but it will allow us to more easily get subsequent patches in (many of which have already been sent for review). * tag 'tegra-for-3.20-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: arm64: Add Tegra132 support soc: tegra: Add thermal reset (thermtrip) support to PMC ARM: tegra: Add PMC thermtrip programming to Jetson TK1 device tree of: Add descriptions of thermtrip properties to Tegra PMC bindings soc/tegra: pmc: Add Tegra132 support soc/tegra: fuse: Add Tegra132 support soc/tegra: fuse: Constify tegra_fuse_info structures soc/tegra: Add Tegra132 support clocksource: Build Tegra timer on 32-bit ARM only soc/tegra: pmc: restrict compilation of suspend-related support to ARM Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig28
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 15e8e7469ffd..84850c6cab20 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -170,6 +170,34 @@ config ARCH_SEATTLE
170 help 170 help
171 This enables support for AMD Seattle SOC Family 171 This enables support for AMD Seattle SOC Family
172 172
173config ARCH_TEGRA
174 bool "NVIDIA Tegra SoC Family"
175 select ARCH_HAS_RESET_CONTROLLER
176 select ARCH_REQUIRE_GPIOLIB
177 select CLKDEV_LOOKUP
178 select CLKSRC_MMIO
179 select CLKSRC_OF
180 select GENERIC_CLOCKEVENTS
181 select HAVE_CLK
182 select HAVE_SMP
183 select PINCTRL
184 select RESET_CONTROLLER
185 help
186 This enables support for the NVIDIA Tegra SoC family.
187
188config ARCH_TEGRA_132_SOC
189 bool "NVIDIA Tegra132 SoC"
190 depends on ARCH_TEGRA
191 select PINCTRL_TEGRA124
192 select USB_ARCH_HAS_EHCI if USB_SUPPORT
193 select USB_ULPI if USB_PHY
194 select USB_ULPI_VIEWPORT if USB_PHY
195 help
196 Enable support for NVIDIA Tegra132 SoC, based on the Denver
197 ARMv8 CPU. The Tegra132 SoC is similar to the Tegra124 SoC,
198 but contains an NVIDIA Denver CPU complex in place of
199 Tegra124's "4+1" Cortex-A15 CPU complex.
200
173config ARCH_THUNDER 201config ARCH_THUNDER
174 bool "Cavium Inc. Thunder SoC Family" 202 bool "Cavium Inc. Thunder SoC Family"
175 help 203 help