From 0d2fdcd76504535bd1721ba9e8d4d03bcbb10afd Mon Sep 17 00:00:00 2001 From: Paul Walmsley Date: Thu, 29 Jan 2015 15:42:45 +0000 Subject: 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 Cc: Paul Walmsley Cc: Allen Martin Cc: Thierry Reding Cc: Catalin Marinas Cc: Will Deacon Cc: Mark Rutland Cc: Paul Bolle Signed-off-by: Olof Johansson --- arch/arm64/Kconfig | 2 -- 1 file changed, 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 select CLKSRC_OF select GENERIC_CLOCKEVENTS select HAVE_CLK - select HAVE_SMP select PINCTRL select RESET_CONTROLLER help @@ -200,7 +199,6 @@ config ARCH_TEGRA_132_SOC bool "NVIDIA Tegra132 SoC" depends on ARCH_TEGRA select PINCTRL_TEGRA124 - select USB_ARCH_HAS_EHCI if USB_SUPPORT select USB_ULPI if USB_PHY select USB_ULPI_VIEWPORT if USB_PHY help -- cgit v1.2.3