projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50cfe81
)
iio: adc: adi-axi-adc: add platform dependencies
author
Nuno Sa
<nuno.sa@analog.com>
Tue, 4 Jun 2024 09:16:58 +0000
(11:16 +0200)
committer
Jonathan Cameron
<Jonathan.Cameron@huawei.com>
Thu, 13 Jun 2024 18:19:24 +0000
(19:19 +0100)
Being this device a soft core, it's only supported on some/specific
platforms. Hence add proper dependencies for the supported platforms.
Also add COMPILE_TEST to increase the build coverage.
Signed-off-by: Nuno Sa <nuno.sa@analog.com>
Link:
https://lore.kernel.org/r/20240604-dev-axi-adc-kconfig-v1-1-cfb725606b8e@analog.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/iio/adc/Kconfig
b/drivers/iio/adc/Kconfig
index 5030319249c54eaef93dc237420962106d5416a1..3d91015af6eaf167634f481299af43471cada75e 100644
(file)
--- a/
drivers/iio/adc/Kconfig
+++ b/
drivers/iio/adc/Kconfig
@@
-353,6
+353,7
@@
config AD9467
config ADI_AXI_ADC
tristate "Analog Devices Generic AXI ADC IP core driver"
+ depends on MICROBLAZE || NIOS2 || ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_INTEL_SOCFPGA || COMPILE_TEST
select IIO_BUFFER
select IIO_BUFFER_HW_CONSUMER
select IIO_BUFFER_DMAENGINE