From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH] bus: qcom-ebi2: depend on HAS_IOMEM Date: Tue, 04 Oct 2016 11:22:11 +0200 Message-ID: <4689181.6Kvp1DKsXN@wuerfel> References: <1475445239-25006-1-git-send-email-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from mout.kundenserver.de ([212.227.17.10]:57936 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751527AbcJDJW4 (ORCPT ); Tue, 4 Oct 2016 05:22:56 -0400 In-Reply-To: Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: linux-arm-kernel@lists.infradead.org Cc: Stephen Boyd , Linus Walleij , arm@kernel.org, Andy Gross , linux-arm-msm@vger.kernel.org On Monday, October 3, 2016 12:04:00 PM CEST Stephen Boyd wrote: > On 10/02/2016 02:53 PM, Linus Walleij wrote: > > After being asked to not depend on ARCH_QCOM* or similar, > > unsurprisingly compilation fails on UM as it has no I/O > > memory: > > We could have depends on ARCH_QCOM || COMPILE_TEST and then life is > good. The HAS_IOMEM would of course stick around for compile testing. Agreed, that would be nice also since most x86 don't want to see the Kconfig option unless they set COMPILE_TEST. Note that COMPILE_TEST now depends on !UML, so we don't have to worry about that any more. Arnd