From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756177AbcHBGPQ (ORCPT ); Tue, 2 Aug 2016 02:15:16 -0400 Received: from arroyo.ext.ti.com ([198.47.19.12]:39039 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752037AbcHBGPJ (ORCPT ); Tue, 2 Aug 2016 02:15:09 -0400 Subject: Re: [RFT PATCH v2 2/3] ARM: Fix *MIGHT_HAVE_PCI* config from being selected redundantly To: Russell King - ARM Linux References: <1470049950-4697-1-git-send-email-kishon@ti.com> <1470049950-4697-3-git-send-email-kishon@ti.com> <20160801152430.GM5783@n2100.arm.linux.org.uk> CC: 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 , , Benoit Cousson , Rob Herring , Mark Rutland , Fabio Estevam , Greg Ungerer , , , , , , , , From: Kishon Vijay Abraham I Message-ID: <57A039A2.7030406@ti.com> Date: Tue, 2 Aug 2016 11:41:46 +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: <20160801152430.GM5783@n2100.arm.linux.org.uk> 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 08:54 PM, Russell King - ARM Linux wrote: > On Mon, Aug 01, 2016 at 04:42:29PM +0530, 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. > > You're changing more than just platforms that are part of > ARCH_MULTIPLATFORM. Eg, ARCH_DOVE and ARCH_IXP4XX. So, these will > probably end up losing PCI support as a result of this change. Okay. Initially assumed ARCH_MULTIPLATFORM will be set if MMU is set. But looks like that's not true for some of the platforms. Will fix it and resend the series. Thanks Kishon