Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1245725 > unrolled thread

[PATCH] auxdisplay: cfag12864bfb: Allow build if COMPILE_TEST is enabled

Started byJavier Martinez Canillas <javier@osg.samsung.com>
First post2015-10-13 15:50 +0200
Last post2015-10-13 15:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] auxdisplay: cfag12864bfb: Allow build if COMPILE_TEST is enabled Javier Martinez Canillas <javier@osg.samsung.com> - 2015-10-13 15:50 +0200

#1245725 — [PATCH] auxdisplay: cfag12864bfb: Allow build if COMPILE_TEST is enabled

FromJavier Martinez Canillas <javier@osg.samsung.com>
Date2015-10-13 15:50 +0200
Subject[PATCH] auxdisplay: cfag12864bfb: Allow build if COMPILE_TEST is enabled
Message-ID<qj87M-8dT-15@gated-at.bofh.it>
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/auxdisplay/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig
index c07e725ea93d..92a41af264a4 100644
--- a/drivers/auxdisplay/Kconfig
+++ b/drivers/auxdisplay/Kconfig
@@ -72,7 +72,7 @@ config KS0108_DELAY
 
 config CFAG12864B
 	tristate "CFAG12864B LCD"
-	depends on X86
+	depends on X86 || COMPILE_TEST
 	depends on FB
 	depends on KS0108
 	select FB_SYS_FILLRECT
-- 
2.4.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web