projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fae1f2
)
iio: dac: adi-axi-dac: add platform dependencies
author
Nuno Sa
<nuno.sa@analog.com>
Tue, 4 Jun 2024 09:19:56 +0000
(11:19 +0200)
committer
Jonathan Cameron
<Jonathan.Cameron@huawei.com>
Thu, 13 Jun 2024 18:19:25 +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-dac-kconfig-v1-1-99ccd03938d1@analog.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/dac/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/iio/dac/Kconfig
b/drivers/iio/dac/Kconfig
index
3c2bf62
..
fb48ddd
100644
(file)
--- a/
drivers/iio/dac/Kconfig
+++ b/
drivers/iio/dac/Kconfig
@@
-149,6
+149,7
@@
config AD9739A
config ADI_AXI_DAC
tristate "Analog Devices Generic AXI DAC IP core driver"
+ depends on MICROBLAZE || NIOS2 || ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_INTEL_SOCFPGA || COMPILE_TEST
select IIO_BUFFER
select IIO_BUFFER_DMAENGINE
select REGMAP_MMIO