From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932836AbbA2Juz (ORCPT ); Thu, 29 Jan 2015 04:50:55 -0500 Received: from cpsmtpb-ews10.kpnxchange.com ([213.75.39.15]:52964 "EHLO cpsmtpb-ews10.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932354AbbA2Juv (ORCPT ); Thu, 29 Jan 2015 04:50:51 -0500 Message-ID: <1422525047.26924.3.camel@x220> Subject: Re: [PATCH] arm64: Kconfig: clean up two no-op Kconfig options from CONFIG_ARCH_TEGRA* From: Paul Bolle To: Paul Walmsley Cc: linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Paul Walmsley , Allen Martin , Thierry Reding , Catalin Marinas , Will Deacon , Mark Rutland , Paul Bolle Date: Thu, 29 Jan 2015 10:50:47 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 29 Jan 2015 09:50:48.0115 (UTC) FILETIME=[0F039830:01D03BA9] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2015-01-29 at 09:35 +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. > > 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 There's probably no one using that address. But if there is that person will be wondering what on earth that message is all about: s/.it/.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(-) > > 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 Paul Bolle