File tree 3 files changed +1029
-0
lines changed
3 files changed +1029
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,18 @@ config AD4130
36
36
To compile this driver as a module, choose M here: the module will be
37
37
called ad4130.
38
38
39
+ config AD485X
40
+ tristate "Analog Device AD485x DAS Driver"
41
+ depends on SPI
42
+ select REGMAP_SPI
43
+ select IIO_BACKEND
44
+ help
45
+ Say yes here to build support for Analog Devices AD485x high speed
46
+ data acquisition system (DAS).
47
+
48
+ To compile this driver as a module, choose M here: the module will be
49
+ called ad485x.
50
+
39
51
config AD7091R
40
52
tristate
41
53
Original file line number Diff line number Diff line change 7
7
obj-$(CONFIG_AB8500_GPADC) += ab8500-gpadc.o
8
8
obj-$(CONFIG_AD_SIGMA_DELTA) += ad_sigma_delta.o
9
9
obj-$(CONFIG_AD4130) += ad4130.o
10
+ obj-$(CONFIG_AD485X) += ad485x.o
10
11
obj-$(CONFIG_AD7091R) += ad7091r-base.o
11
12
obj-$(CONFIG_AD7091R5) += ad7091r5.o
12
13
obj-$(CONFIG_AD7091R8) += ad7091r8.o
You can’t perform that action at this time.
0 commit comments