From patchwork Thu Jan 29 15:42:45 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Walmsley X-Patchwork-Id: 434591 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 2D1F91400DE for ; Fri, 30 Jan 2015 02:42:48 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752174AbbA2Pmr (ORCPT ); Thu, 29 Jan 2015 10:42:47 -0500 Received: from utopia.booyaka.com ([74.50.51.50]:42471 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751575AbbA2Pmq (ORCPT ); Thu, 29 Jan 2015 10:42:46 -0500 Received: (qmail 16716 invoked by uid 1019); 29 Jan 2015 15:42:45 -0000 Date: Thu, 29 Jan 2015 15:42:45 +0000 (UTC) From: Paul Walmsley To: linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org cc: Paul Walmsley , Allen Martin , Thierry Reding , Catalin Marinas , Will Deacon , Mark Rutland , Paul Bolle Subject: [PATCH v2] arm64: Kconfig: clean up two no-op Kconfig options from CONFIG_ARCH_TEGRA* Message-ID: User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org 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 --- 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