File tree Expand file tree Collapse file tree 3 files changed +561
-0
lines changed Expand file tree Collapse file tree 3 files changed +561
-0
lines changed Original file line number Diff line number Diff line change @@ -461,6 +461,17 @@ 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+ select REGMAP_SPI
469+ help
470+ Say yes here to build support for Analog Devices ADA4355
471+ 14-bit, 125MSPS, high-speed dual-channel analog to digital
472+ converters (ADC) that realize a complete current to bits data
473+ acquisition solution. Provides direct access via sysfs.
474+
464475config ADM1177
465476 tristate "Analog Devices ADM1177 Digital Power Monitor driver"
466477 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