[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220105094137.259111-1-vilhelm.gray@gmail.com>
Date: Wed, 5 Jan 2022 18:41:37 +0900
From: William Breathitt Gray <vilhelm.gray@...il.com>
To: Jonathan.Cameron@...wei.com
Cc: linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org,
u.kleine-koenig@...gutronix.de,
William Breathitt Gray <vilhelm.gray@...il.com>,
Syed Nayyar Waris <syednwaris@...il.com>
Subject: [PATCH] counter: 104-quad-8: Add COMPILE_TEST depends
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@...gutronix.de>
Cc: Syed Nayyar Waris <syednwaris@...il.com>
Signed-off-by: William Breathitt Gray <vilhelm.gray@...il.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
Powered by blists - more mailing lists