Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754712AbbKQTdz (ORCPT ); Tue, 17 Nov 2015 14:33:55 -0500 Received: from hauke-m.de ([5.39.93.123]:37386 "EHLO hauke-m.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752805AbbKQTdy (ORCPT ); Tue, 17 Nov 2015 14:33:54 -0500 Message-ID: <564B811D.4000401@hauke-m.de> Date: Tue, 17 Nov 2015 20:33:49 +0100 From: Hauke Mehrtens User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0 MIME-Version: 1.0 To: Arnd Bergmann , Bjorn Helgaas CC: linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Ray Jui , zajec5@gmail.com Subject: Re: [PATCH] PCI: iproc: hide CONFIG_PCIE_IPROC References: <11420214.lrdhuUq0ZO@wuerfel> In-Reply-To: <11420214.lrdhuUq0ZO@wuerfel> 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 Content-Length: 993 Lines: 25 On 11/17/2015 05:08 PM, Arnd Bergmann wrote: > PCIE_IPROC_BCMA does not require CONFIG_OF in Kconfig, but > CONFIG_PCIE_IPROC does, so we can get a warning when building > for an ARM platform without DT support: > > warning: (PCIE_IPROC_PLATFORM && PCIE_IPROC_BCMA) selects PCIE_IPROC which has unmet direct dependencies (PCI && OF && (ARM || ARM64)) > > It turns out that CONFIG_PCIE_IPROC never needs to be enabled > by a user anyway, we can simply rely on it being selected > implictly through either PCIE_IPROC_PLATFORM or PCIE_IPROC_BCMA. > > Signed-off-by: Arnd Bergmann > Fixes: 4785ffbdc9b5 ("PCI: iproc: Add BCMA PCIe driver") > Acked-by: Hauke Mehrtens Thanks for spotting and fixing this. hauke -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/