From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756179AbcHBGfC (ORCPT ); Tue, 2 Aug 2016 02:35:02 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:40574 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752230AbcHBGey (ORCPT ); Tue, 2 Aug 2016 02:34:54 -0400 Subject: Re: [RFT PATCH v2 2/3] ARM: Fix *MIGHT_HAVE_PCI* config from being selected redundantly To: Tony Lindgren , Nicolas Ferre , Alexandre Belloni , Jean-Christophe Plagniol-Villard , Krzysztof Halasa , Kukjin Kim , Krzysztof Kozlowski , Shawn Guo , Sascha Hauer , Santosh Shilimkar , Daniel Mack , Haojian Zhuang , Robert Jarzmik , Simon Horman , Magnus Damm , Viresh Kumar , Shiraz Hashim , Arnd Bergmann References: <1470049950-4697-1-git-send-email-kishon@ti.com> <1470049950-4697-3-git-send-email-kishon@ti.com> CC: , Benoit Cousson , Rob Herring , Mark Rutland , Russell King , Fabio Estevam , Greg Ungerer , , , , , , , , From: Kishon Vijay Abraham I Message-ID: <57A03C2B.2080407@ti.com> Date: Tue, 2 Aug 2016 11:52:35 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <1470049950-4697-3-git-send-email-kishon@ti.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Monday 01 August 2016 04:42 PM, Kishon Vijay Abraham I wrote: > *MIGHT_HAVE_PCI* config is already selected in ARCH_MULTIPLATFORM. > Fix it from getting redundantly selected in all > ARCH_MULTIPLATFORM based machines. > > Signed-off-by: Kishon Vijay Abraham I > --- > arch/arm/Kconfig | 2 -- > arch/arm/mach-at91/Kconfig | 1 - > arch/arm/mach-axxia/Kconfig | 1 - > arch/arm/mach-exynos/Kconfig | 1 - > arch/arm/mach-integrator/Kconfig | 1 - > arch/arm/mach-keystone/Kconfig | 1 - > arch/arm/mach-ks8695/Kconfig | 5 ----- > arch/arm/mach-pxa/Kconfig | 1 - > arch/arm/mach-spear/Kconfig | 1 - > arch/arm/mach-versatile/Kconfig | 1 - Thank you everyone for reviewing this patch. Looks like ARCH_IXP4XX, ARCH_DOVE, ARCH_KS8695, ARCH_PXA are not converted to multiplatform. I'll fix this patch accordingly and repost the series. Thanks Kishon