File tree Expand file tree Collapse file tree 4 files changed +775
-0
lines changed Expand file tree Collapse file tree 4 files changed +775
-0
lines changed Original file line number Diff line number Diff line change @@ -12190,6 +12190,7 @@ S: Supported
12190
12190
W: https://ez.analog.com/linux-software-drivers
12191
12191
F: Documentation/devicetree/bindings/iio/dac/adi,ltc2664.yaml
12192
12192
F: Documentation/devicetree/bindings/iio/dac/adi,ltc2672.yaml
12193
+ F: drivers/iio/dac/ltc2664.c
12193
12194
12194
12195
LTC2688 IIO DAC DRIVER
12195
12196
M: Nuno Sá <nuno.sa@analog.com>
Original file line number Diff line number Diff line change @@ -345,6 +345,17 @@ config LTC2632
345
345
To compile this driver as a module, choose M here: the
346
346
module will be called ltc2632.
347
347
348
+ config LTC2664
349
+ tristate "Analog Devices LTC2664 and LTC2672 DAC SPI driver"
350
+ depends on SPI
351
+ select REGMAP
352
+ help
353
+ Say yes here to build support for Analog Devices
354
+ LTC2664 and LTC2672 converters (DAC).
355
+
356
+ To compile this driver as a module, choose M here: the
357
+ module will be called ltc2664.
358
+
348
359
config M62332
349
360
tristate "Mitsubishi M62332 DAC driver"
350
361
depends on I2C
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ obj-$(CONFIG_DS4424) += ds4424.o
36
36
obj-$(CONFIG_LPC18XX_DAC) += lpc18xx_dac.o
37
37
obj-$(CONFIG_LTC1660) += ltc1660.o
38
38
obj-$(CONFIG_LTC2632) += ltc2632.o
39
+ obj-$(CONFIG_LTC2664) += ltc2664.o
39
40
obj-$(CONFIG_LTC2688) += ltc2688.o
40
41
obj-$(CONFIG_M62332) += m62332.o
41
42
obj-$(CONFIG_MAX517) += max517.o
You can’t perform that action at this time.
0 commit comments