From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Fri, 06 Jul 2018 16:37:55 +0200 (CEST) Received: from mail.bootlin.com ([62.4.15.54]:48028 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23994659AbeGFOhqSKKY8 (ORCPT ); Fri, 6 Jul 2018 16:37:46 +0200 Received: by mail.bootlin.com (Postfix, from userid 110) id 9DB6B207DA; Fri, 6 Jul 2018 16:37:38 +0200 (CEST) Received: from bbrezillon (AAubervilliers-681-1-12-56.w90-88.abo.wanadoo.fr [90.88.133.56]) by mail.bootlin.com (Postfix) with ESMTPSA id 405C62072D; Fri, 6 Jul 2018 16:37:28 +0200 (CEST) Date: Fri, 6 Jul 2018 16:37:28 +0200 From: Boris Brezillon To: Kalle Valo Cc: Ralf Baechle , linux-mips@linux-mips.org, =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= , 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 Message-ID: <20180706163728.30485acd@bbrezillon> In-Reply-To: <87zhz4tox9.fsf@purkki.adurom.net> References: <20180705094522.12138-1-boris.brezillon@bootlin.com> <20180705094522.12138-22-boris.brezillon@bootlin.com> <87zhz4tox9.fsf@purkki.adurom.net> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 64701 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: boris.brezillon@bootlin.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Fri, 06 Jul 2018 17:32:50 +0300 Kalle Valo wrote: > 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. > Yep. We can create an immutable tag if needed.