mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] counter: 104-quad-8: Add COMPILE_TEST depends
@ 2022-01-05  9:41 William Breathitt Gray
  2022-01-09 21:22 ` Uwe Kleine-König
  0 siblings, 1 reply; 4+ messages in thread
From: William Breathitt Gray @ 2022-01-05  9:41 UTC (permalink / raw)
  To: Jonathan.Cameron
  Cc: linux-iio, linux-kernel, u.kleine-koenig, William Breathitt Gray,
	Syed Nayyar Waris

104_QUAD_8 depends on X86, but compiles fine on ARCH=arm. This patch
adds support for COMPILE_TEST which is useful for compile testing code
changes to the driver and Counter subsystem.

Suggested-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Syed Nayyar Waris <syednwaris@gmail.com>
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
---
 drivers/counter/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/counter/Kconfig b/drivers/counter/Kconfig
index 3dcdb681c4e4..5edd155f1911 100644
--- a/drivers/counter/Kconfig
+++ b/drivers/counter/Kconfig
@@ -14,7 +14,7 @@ if COUNTER
 
 config 104_QUAD_8
 	tristate "ACCES 104-QUAD-8 driver"
-	depends on PC104 && X86
+	depends on (PC104 && X86) || COMPILE_TEST
 	select ISA_BUS_API
 	help
 	  Say yes here to build support for the ACCES 104-QUAD-8 quadrature

base-commit: 088879292a0a3672a6acc9215174fbc355ed3daa
-- 
2.33.1


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

end of thread, other threads:[~2022-01-10  8:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-05  9:41 [PATCH] counter: 104-quad-8: Add COMPILE_TEST depends William Breathitt Gray
2022-01-09 21:22 ` Uwe Kleine-König
2022-01-10  5:36   ` William Breathitt Gray
2022-01-10  8:36     ` Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome