File tree Expand file tree Collapse file tree 3 files changed +562
-0
lines changed Expand file tree Collapse file tree 3 files changed +562
-0
lines changed Original file line number Diff line number Diff 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+
464476config ADM1177
465477 tristate "Analog Devices ADM1177 Digital Power Monitor driver"
466478 depends on I2C
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ obj-$(CONFIG_AD799X) += ad799x.o
4848obj-$(CONFIG_ADI_AXI_ADC) += adi-axi-adc.o
4949obj-$(CONFIG_AD9963) += ad9963.o
5050obj-$(CONFIG_ADAQ8092) += adaq8092.o
51+ obj-$(CONFIG_ADA4355) += ada4355.o
5152obj-$(CONFIG_ADM1177) += adm1177.o
5253
5354cf_axi_adc-y := cf_axi_adc_core.o
You can’t perform that action at this time.
0 commit comments