diff mbox

[v2] arm64: Kconfig: clean up two no-op Kconfig options from CONFIG_ARCH_TEGRA*

Message ID alpine.DEB.2.02.1501291541390.16475@utopia.booyaka.com
State Deferred
Headers show

Commit Message

Paul Walmsley Jan. 29, 2015, 3:42 p.m. UTC
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>
---

Boot-tested on NVIDIA Tegra132 Norrin64 FFD with a extra DTS page for the 
board data (not yet posted upstream).

 arch/arm64/Kconfig | 2 --
 1 file changed, 2 deletions(-)

Comments

Catalin Marinas Jan. 29, 2015, 4:31 p.m. UTC | #1
On Thu, Jan 29, 2015 at 03:42:45PM +0000, Paul Walmsley wrote:
> 
> 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>

The patch looks fine. Cc'ing the arm-soc guys as they have merged the
original commit.
Olof Johansson Jan. 29, 2015, 6:59 p.m. UTC | #2
On Thu, Jan 29, 2015 at 04:31:38PM +0000, Catalin Marinas wrote:
> On Thu, Jan 29, 2015 at 03:42:45PM +0000, Paul Walmsley wrote:
> > 
> > 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>
> 
> The patch looks fine. Cc'ing the arm-soc guys as they have merged the
> original commit.

Thanks, applied.


-Olof
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 3b97e725ebfc..ae18c3d2bb3b 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -180,7 +180,6 @@  config ARCH_TEGRA
 	select CLKSRC_OF
 	select GENERIC_CLOCKEVENTS
 	select HAVE_CLK
-	select HAVE_SMP
 	select PINCTRL
 	select RESET_CONTROLLER
 	help
@@ -190,7 +189,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