aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
authorPaul Walmsley <paul@pwsan.com>2015-01-29 10:42:45 -0500
committerOlof Johansson <olof@lixom.net>2015-01-29 13:59:28 -0500
commit0d2fdcd76504535bd1721ba9e8d4d03bcbb10afd (patch)
tree648d8e260ed01a3600c0fd18221508ec7b0e480e /arch/arm64/Kconfig
parent5118a6a310e22373b61f8fa55762b8273b43eea8 (diff)
arm64: Kconfig: clean up two no-op Kconfig options from CONFIG_ARCH_TEGRA*
Paul Bolle pointed out that commit d035fdfa27ac124bc8f94c3d7dc82ad069802170 ("arm64: Add Tegra132 support") included two Kconfig symbols that are now no-ops: USB_ARCH_HAS_EHCI and HAVE_SMP. So, drop the two symbols. This second version corrects a thinko in Paul Bolle's E-mail address. 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> Cc: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 5cc71e2abf95..5122974163da 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -190,7 +190,6 @@ config ARCH_TEGRA
190 select CLKSRC_OF 190 select CLKSRC_OF
191 select GENERIC_CLOCKEVENTS 191 select GENERIC_CLOCKEVENTS
192 select HAVE_CLK 192 select HAVE_CLK
193 select HAVE_SMP
194 select PINCTRL 193 select PINCTRL
195 select RESET_CONTROLLER 194 select RESET_CONTROLLER
196 help 195 help
@@ -200,7 +199,6 @@ config ARCH_TEGRA_132_SOC
200 bool "NVIDIA Tegra132 SoC" 199 bool "NVIDIA Tegra132 SoC"
201 depends on ARCH_TEGRA 200 depends on ARCH_TEGRA
202 select PINCTRL_TEGRA124 201 select PINCTRL_TEGRA124
203 select USB_ARCH_HAS_EHCI if USB_SUPPORT
204 select USB_ULPI if USB_PHY 202 select USB_ULPI if USB_PHY
205 select USB_ULPI_VIEWPORT if USB_PHY 203 select USB_ULPI_VIEWPORT if USB_PHY
206 help 204 help