linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bcma: mips: Allow build if COMPILE_TEST is enabled
@ 2015-10-13 13:41 Javier Martinez Canillas
  2015-10-13 15:25 ` kbuild test robot
  0 siblings, 1 reply; 10+ messages in thread
From: Javier Martinez Canillas @ 2015-10-13 13:41 UTC (permalink / raw)
  To: linux-kernel
  Cc: Luis de Bethencourt, Javier Martinez Canillas,
	Rafał Miłecki, linux-wireless

This driver only has a runtime but no build time dependencies so can be
built for testing purposes if the Kconfig COMPILE_TEST option is enabled.

This is useful to have more build coverage and make sure that the driver
is not affected by changes that could cause a build regression.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>

---

 drivers/bcma/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bcma/Kconfig b/drivers/bcma/Kconfig
index 023d448ed3fa..22114995dfbf 100644
--- a/drivers/bcma/Kconfig
+++ b/drivers/bcma/Kconfig
@@ -63,7 +63,7 @@ config BCMA_DRIVER_PCI_HOSTMODE
 
 config BCMA_DRIVER_MIPS
 	bool "BCMA Broadcom MIPS core driver"
-	depends on BCMA && MIPS
+	depends on BCMA && (MIPS || COMPILE_TEST)
 	help
 	  Driver for the Broadcom MIPS core attached to Broadcom specific
 	  Advanced Microcontroller Bus.
-- 
2.4.3


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-01-28 19:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-13 13:41 [PATCH] bcma: mips: Allow build if COMPILE_TEST is enabled Javier Martinez Canillas
2015-10-13 15:25 ` kbuild test robot
2015-10-14  9:20   ` Javier Martinez Canillas
2015-10-14  9:42     ` [kbuild-all] " Fengguang Wu
2015-10-14 10:52     ` Kalle Valo
2015-10-14 10:54       ` Javier Martinez Canillas
2015-10-14 11:04         ` Kalle Valo
2015-10-14 11:04           ` Javier Martinez Canillas
2016-01-28 13:05           ` Kalle Valo
2016-01-28 18:58             ` Javier Martinez Canillas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).