From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756208AbcHBGQh (ORCPT ); Tue, 2 Aug 2016 02:16:37 -0400 Received: from bear.ext.ti.com ([198.47.19.11]:35745 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751501AbcHBGQ2 (ORCPT ); Tue, 2 Aug 2016 02:16:28 -0400 Subject: Re: [RFT PATCH v2 2/3] ARM: Fix *MIGHT_HAVE_PCI* config from being selected redundantly To: Robert Jarzmik References: <1470049950-4697-1-git-send-email-kishon@ti.com> <1470049950-4697-3-git-send-email-kishon@ti.com> <87oa5cxq3l.fsf@belgarion.home> 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 , Simon Horman , Magnus Damm , Viresh Kumar , Shiraz Hashim , Arnd Bergmann , , Benoit Cousson , Rob Herring , Mark Rutland , Russell King , Fabio Estevam , Greg Ungerer , , , , , , , , From: Kishon Vijay Abraham I Message-ID: <57A03A6E.3010905@ti.com> Date: Tue, 2 Aug 2016 11:45:10 +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: <87oa5cxq3l.fsf@belgarion.home> 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 On Tuesday 02 August 2016 12:40 AM, Robert Jarzmik wrote: > Kishon Vijay Abraham I writes: > >> *MIGHT_HAVE_PCI* config is already selected in ARCH_MULTIPLATFORM. >> Fix it from getting redundantly selected in all >> ARCH_MULTIPLATFORM based machines. > > If that's the purpose, then CM-X255 and CM-X270 don't fall in that category, as > they are not part of ARCH_MULTIPLATFORM nor ready for it AFAIK. So the change > below shouldn't be done according to the commit message. yeah, got that now. Looks like ARCH_PXA is not converted to multiplatform. Will fix and repost the series. Thanks Kishon