public inbox for linux-iio@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iio: adc: xilinx: support all ARM platforms
@ 2019-06-05 21:07 Robert Hancock
  2019-06-06 10:09 ` Ardelean, Alexandru
  0 siblings, 1 reply; 8+ messages in thread
From: Robert Hancock @ 2019-06-05 21:07 UTC (permalink / raw)
  To: linux-iio; +Cc: jic23, knaack.h, lars, pmeerw, michal.simek, Robert Hancock

Since the XADC logic can be used with standalone Xilinx FPGAs, this driver
can potentially be used with various ARM platforms, not just Zynq.
Change the Zynq dependency to ARM in the list of supported platforms
in the Kconfig dependencies for this driver.

Signed-off-by: Robert Hancock <hancock@sedsystems.ca>
---
 drivers/iio/adc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
index f96a770..93863bb 100644
--- a/drivers/iio/adc/Kconfig
+++ b/drivers/iio/adc/Kconfig
@@ -1085,7 +1085,7 @@ config VIPERBOARD_ADC
 
 config XILINX_XADC
 	tristate "Xilinx XADC driver"
-	depends on ARCH_ZYNQ || MICROBLAZE || COMPILE_TEST
+	depends on ARM || MICROBLAZE || COMPILE_TEST
 	depends on HAS_IOMEM
 	select IIO_BUFFER
 	select IIO_TRIGGERED_BUFFER
-- 
1.8.3.1


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

end of thread, other threads:[~2019-06-10  7:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-05 21:07 [PATCH] iio: adc: xilinx: support all ARM platforms Robert Hancock
2019-06-06 10:09 ` Ardelean, Alexandru
2019-06-06 15:21   ` Robert Hancock
2019-06-07  7:30     ` Michal Simek
2019-06-07 19:17       ` Alexandru Ardelean
2019-06-07 19:32         ` Robert Hancock
2019-06-08 12:00           ` Jonathan Cameron
2019-06-10  7:34             ` Ardelean, Alexandru

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