From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.codeaurora.org ([198.145.29.96]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fbRnH-0006LW-Pu for linux-mtd@lists.infradead.org; Fri, 06 Jul 2018 14:33:09 +0000 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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