Skip to content

Commit d407bb1

Browse files
committed
iio: adc: ada4355: Add support for ADA4355
Add driver for ADA4355. Signed-off-by: Pop Ioan Daniel <pop.ioan-daniel@analog.com>
1 parent 9d629c9 commit d407bb1

File tree

3 files changed

+562
-0
lines changed

3 files changed

+562
-0
lines changed

drivers/iio/adc/Kconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,18 @@ config ADAQ8092
461461
To compile this driver as a module, choose M here: the
462462
module will be called adaq8092.
463463

464+
465+
config ADA4355
466+
tristate "Analog Devices ADA4355 uModule Data Acquisition Module"
467+
depends on SPI
468+
depends on CF_AXI_ADC
469+
select REGMAP_SPI
470+
help
471+
Say yes here to build support for Analog Devices ADA4355
472+
14-bit, 125MSPS, high-speed dual-channel analog to digital
473+
converters (ADC) that realize a complete current to bits data
474+
acquisition solution. Provides direct access via sysfs.
475+
464476
config ADM1177
465477
tristate "Analog Devices ADM1177 Digital Power Monitor driver"
466478
depends on I2C

drivers/iio/adc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ obj-$(CONFIG_AD799X) += ad799x.o
4848
obj-$(CONFIG_ADI_AXI_ADC) += adi-axi-adc.o
4949
obj-$(CONFIG_AD9963) += ad9963.o
5050
obj-$(CONFIG_ADAQ8092) += adaq8092.o
51+
obj-$(CONFIG_ADA4355) += ada4355.o
5152
obj-$(CONFIG_ADM1177) += adm1177.o
5253

5354
cf_axi_adc-y := cf_axi_adc_core.o

0 commit comments

Comments
 (0)