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
461
461
To compile this driver as a module, choose M here: the
462
462
module will be called adaq8092.
463
463
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
+
464
475
config ADM1177
465
476
tristate "Analog Devices ADM1177 Digital Power Monitor driver"
466
477
depends on I2C
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ obj-$(CONFIG_AD799X) += ad799x.o
48
48
obj-$(CONFIG_ADI_AXI_ADC) += adi-axi-adc.o
49
49
obj-$(CONFIG_AD9963) += ad9963.o
50
50
obj-$(CONFIG_ADAQ8092) += adaq8092.o
51
+ obj-$(CONFIG_ADA4355) += ada4355.o
51
52
obj-$(CONFIG_ADM1177) += adm1177.o
52
53
53
54
cf_axi_adc-y := cf_axi_adc_core.o
You can’t perform that action at this time.
0 commit comments