summaryrefslogtreecommitdiffstats
path: root/arch/arm64
diff options
context:
space:
mode:
authorThierry Reding2015-09-09 15:29:22 +0200
committerThierry Reding2015-11-24 16:47:24 +0100
commit099a6644f5be438dd63c81ba942e7ffbb2c59099 (patch)
tree708b6c84c66c40765bbf105dc61484b0db4a6029 /arch/arm64
parentLinux 4.4-rc1 (diff)
downloadkernel-qcow2-linux-099a6644f5be438dd63c81ba942e7ffbb2c59099.tar.gz
kernel-qcow2-linux-099a6644f5be438dd63c81ba942e7ffbb2c59099.tar.xz
kernel-qcow2-linux-099a6644f5be438dd63c81ba942e7ffbb2c59099.zip
soc/tegra: Provide per-SoC Kconfig symbols
Move per-SoC generation Kconfig symbols to drivers/soc/tegra/Kconfig to gather them all in a single place. This directory is a natural location for these options since it already contains the drivers that are shared across 32-bit and 64-bit ARM architectures. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r--arch/arm64/Kconfig.platforms12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 4043c35962cc..2c0411670f82 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -86,18 +86,6 @@ config ARCH_TEGRA
help
This enables support for the NVIDIA Tegra SoC family.
-config ARCH_TEGRA_132_SOC
- bool "NVIDIA Tegra132 SoC"
- depends on ARCH_TEGRA
- select PINCTRL_TEGRA124
- select USB_ULPI if USB_PHY
- select USB_ULPI_VIEWPORT if USB_PHY
- help
- Enable support for NVIDIA Tegra132 SoC, based on the Denver
- ARMv8 CPU. The Tegra132 SoC is similar to the Tegra124 SoC,
- but contains an NVIDIA Denver CPU complex in place of
- Tegra124's "4+1" Cortex-A15 CPU complex.
-
config ARCH_SPRD
bool "Spreadtrum SoC platform"
help