From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:44346 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754035AbeGFOc5 (ORCPT ); Fri, 6 Jul 2018 10:32:57 -0400 From: Kalle Valo To: Boris Brezillon Cc: Ralf Baechle , linux-mips@linux-mips.org, =?utf-8?Q?Rafa=C5=82_Mi=C5=82ecki?= , Richard Weinberger , Miquel Raynal , linux-mtd@lists.infradead.org, David Woodhouse , Brian Norris , Marek Vasut , linux-wireless@vger.kernel.org Subject: Re: [PATCH 21/27] bcma: Allow selection of this driver when COMPILE_TEST=y References: <20180705094522.12138-1-boris.brezillon@bootlin.com> <20180705094522.12138-22-boris.brezillon@bootlin.com> Date: Fri, 06 Jul 2018 17:32:50 +0300 In-Reply-To: <20180705094522.12138-22-boris.brezillon@bootlin.com> (Boris Brezillon's message of "Thu, 5 Jul 2018 11:45:16 +0200") Message-ID: <87zhz4tox9.fsf@purkki.adurom.net> (sfid-20180706_163301_305324_CE973A35) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-wireless-owner@vger.kernel.org List-ID: Boris Brezillon writes: > This allows us to increase compile-test coverage without having to build > a kernel for MIPS. That's particularly interesting for subsystem > maintainers that want to test as many drivers as possible in a single > build. > > We also add a dependency on HAS_IOMEM in BCMA_HOST_SOC to make sure the > driver is not selected when the arch does not implement IO accessors. > > Signed-off-by: Boris Brezillon > --- > drivers/bcma/Kconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Acked-by: Kalle Valo I assume this patch will go via some other tree and I can drop it. -- Kalle Valo