All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ssb: extif: Compile with COMPILE_TEST
@ 2015-10-14 16:33 Luis de Bethencourt
  0 siblings, 0 replies; only message in thread
From: Luis de Bethencourt @ 2015-10-14 16:33 UTC (permalink / raw)
  To: linux-kernel; +Cc: m, netdev, javier, Luis de Bethencourt

This driver only has runtime but no build time dependencies, so it 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 drivers are
not affected by changes that could cause build regressions. For example,
when building with allyesconfig.

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
---
 drivers/ssb/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ssb/Kconfig b/drivers/ssb/Kconfig
index f0d22cd..1819a54 100644
--- a/drivers/ssb/Kconfig
+++ b/drivers/ssb/Kconfig
@@ -150,7 +150,7 @@ config SSB_EMBEDDED
 
 config SSB_DRIVER_EXTIF
 	bool "SSB Broadcom EXTIF core driver"
-	depends on SSB_DRIVER_MIPS
+	depends on SSB_DRIVER_MIPS || COMPILE_TEST
 	help
 	  Driver for the Sonics Silicon Backplane attached
 	  Broadcom EXTIF core.
-- 
2.5.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-10-14 16:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-14 16:33 [PATCH] ssb: extif: Compile with COMPILE_TEST Luis de Bethencourt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.