2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2010-10-27 21:44:07 -04:00
|
|
|
#
|
|
|
|
# DAC drivers
|
|
|
|
#
|
2013-07-15 08:45:00 +01:00
|
|
|
# When adding new entries keep the list in alphabetical order
|
|
|
|
|
2011-10-19 11:17:53 +02:00
|
|
|
menu "Digital to analog converters"
|
2010-10-27 21:44:07 -04:00
|
|
|
|
2021-12-13 11:08:25 +00:00
|
|
|
config AD3552R
|
|
|
|
tristate "Analog Devices AD3552R DAC driver"
|
|
|
|
depends on SPI_MASTER
|
|
|
|
help
|
|
|
|
Say yes here to build support for Analog Devices AD3552R
|
|
|
|
Digital to Analog Converter.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ad3552r.
|
|
|
|
|
2011-10-18 09:33:03 +02:00
|
|
|
config AD5064
|
2012-06-26 11:04:36 +02:00
|
|
|
tristate "Analog Devices AD5064 and similar multi-channel DAC driver"
|
2013-05-09 08:49:00 +01:00
|
|
|
depends on (SPI_MASTER && I2C!=m) || I2C
|
2011-10-18 09:33:03 +02:00
|
|
|
help
|
2012-02-21 18:38:15 +01:00
|
|
|
Say yes here to build support for Analog Devices AD5024, AD5025, AD5044,
|
2016-02-08 18:01:50 +01:00
|
|
|
AD5045, AD5064, AD5064-1, AD5065, AD5625, AD5625R, AD5627, AD5627R,
|
|
|
|
AD5628, AD5629R, AD5645R, AD5647R, AD5648, AD5665, AD5665R, AD5666,
|
|
|
|
AD5667, AD5667R, AD5668, AD5669R, LTC2606, LTC2607, LTC2609, LTC2616,
|
2017-05-08 09:26:24 +02:00
|
|
|
LTC2617, LTC2619, LTC2626, LTC2627, LTC2629, LTC2631, LTC2633, LTC2635
|
|
|
|
Digital to Analog Converter.
|
2011-10-18 09:33:03 +02:00
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ad5064.
|
|
|
|
|
2011-10-20 10:46:38 +02:00
|
|
|
config AD5360
|
2013-06-23 22:28:00 +01:00
|
|
|
tristate "Analog Devices AD5360/61/62/63/70/71/73 DAC driver"
|
2011-10-20 10:46:38 +02:00
|
|
|
depends on SPI
|
|
|
|
help
|
|
|
|
Say yes here to build support for Analog Devices AD5360, AD5361,
|
|
|
|
AD5362, AD5363, AD5370, AD5371, AD5373 multi-channel
|
|
|
|
Digital to Analog Converters (DAC).
|
|
|
|
|
|
|
|
To compile this driver as module choose M here: the module will be called
|
|
|
|
ad5360.
|
|
|
|
|
2011-12-06 10:07:02 +01:00
|
|
|
config AD5380
|
|
|
|
tristate "Analog Devices AD5380/81/82/83/84/90/91/92 DAC driver"
|
2013-05-09 08:49:00 +01:00
|
|
|
depends on (SPI_MASTER && I2C!=m) || I2C
|
2011-12-06 10:07:02 +01:00
|
|
|
select REGMAP_I2C if I2C
|
|
|
|
select REGMAP_SPI if SPI_MASTER
|
|
|
|
help
|
|
|
|
Say yes here to build support for Analog Devices AD5380, AD5381,
|
|
|
|
AD5382, AD5383, AD5384, AD5390, AD5391, AD5392 multi-channel
|
|
|
|
Digital to Analog Converters (DAC).
|
|
|
|
|
|
|
|
To compile this driver as module choose M here: the module will be called
|
|
|
|
ad5380.
|
|
|
|
|
2011-11-02 09:40:02 +01:00
|
|
|
config AD5421
|
|
|
|
tristate "Analog Devices AD5421 DAC driver"
|
|
|
|
depends on SPI
|
|
|
|
help
|
|
|
|
Say yes here to build support for Analog Devices AD5421 loop-powered
|
|
|
|
digital-to-analog convertors (DAC).
|
|
|
|
|
|
|
|
To compile this driver as module choose M here: the module will be called
|
|
|
|
ad5421.
|
|
|
|
|
2010-11-22 11:15:23 +01:00
|
|
|
config AD5446
|
2012-04-25 09:45:02 +02:00
|
|
|
tristate "Analog Devices AD5446 and similar single channel DACs driver"
|
2013-05-09 08:49:00 +01:00
|
|
|
depends on (SPI_MASTER && I2C!=m) || I2C
|
2010-11-22 11:15:23 +01:00
|
|
|
help
|
2012-09-04 10:10:00 +01:00
|
|
|
Say yes here to build support for Analog Devices AD5300, AD5301, AD5310,
|
|
|
|
AD5311, AD5320, AD5321, AD5444, AD5446, AD5450, AD5451, AD5452, AD5453,
|
2019-11-06 11:47:21 +02:00
|
|
|
AD5512A, AD5541A, AD5542A, AD5543, AD5553, AD5600, AD5601, AD5602, AD5611,
|
|
|
|
AD5612, AD5620, AD5621, AD5622, AD5640, AD5641, AD5660, AD5662 DACs
|
2017-09-05 11:44:00 +02:00
|
|
|
as well as Texas Instruments DAC081S101, DAC101S101, DAC121S101.
|
2010-11-22 11:15:23 +01:00
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ad5446.
|
2011-01-12 11:41:59 +01:00
|
|
|
|
2012-10-16 17:29:00 +01:00
|
|
|
config AD5449
|
2013-06-23 22:28:00 +01:00
|
|
|
tristate "Analog Devices AD5449 and similar DACs driver"
|
2012-10-16 17:29:00 +01:00
|
|
|
depends on SPI_MASTER
|
|
|
|
help
|
|
|
|
Say yes here to build support for Analog Devices AD5415, AD5426, AD5429,
|
|
|
|
AD5432, AD5439, AD5443, AD5449 Digital to Analog Converters.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ad5449.
|
|
|
|
|
2016-04-05 09:46:19 +02:00
|
|
|
config AD5592R_BASE
|
|
|
|
tristate
|
|
|
|
|
|
|
|
config AD5592R
|
|
|
|
tristate "Analog Devices AD5592R ADC/DAC driver"
|
|
|
|
depends on SPI_MASTER
|
|
|
|
select GPIOLIB
|
|
|
|
select AD5592R_BASE
|
|
|
|
help
|
|
|
|
Say yes here to build support for Analog Devices AD5592R
|
|
|
|
Digital to Analog / Analog to Digital Converter.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ad5592r.
|
|
|
|
|
|
|
|
config AD5593R
|
|
|
|
tristate "Analog Devices AD5593R ADC/DAC driver"
|
|
|
|
depends on I2C
|
|
|
|
select GPIOLIB
|
|
|
|
select AD5592R_BASE
|
|
|
|
help
|
|
|
|
Say yes here to build support for Analog Devices AD5593R
|
|
|
|
Digital to Analog / Analog to Digital Converter.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ad5593r.
|
|
|
|
|
2011-04-04 15:39:15 +02:00
|
|
|
config AD5504
|
|
|
|
tristate "Analog Devices AD5504/AD5501 DAC SPI driver"
|
|
|
|
depends on SPI
|
|
|
|
help
|
|
|
|
Say yes here to build support for Analog Devices AD5504, AD5501,
|
|
|
|
High Voltage Digital to Analog Converter.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ad5504.
|
|
|
|
|
2013-07-15 08:45:00 +01:00
|
|
|
config AD5624R_SPI
|
|
|
|
tristate "Analog Devices AD5624/44/64R DAC spi driver"
|
|
|
|
depends on SPI
|
|
|
|
help
|
|
|
|
Say yes here to build support for Analog Devices AD5624R, AD5644R and
|
|
|
|
AD5664R converters (DAC). This driver uses the common SPI interface.
|
|
|
|
|
2022-02-25 14:01:27 +01:00
|
|
|
config LTC2688
|
|
|
|
tristate "Analog Devices LTC2688 DAC spi driver"
|
|
|
|
depends on SPI
|
|
|
|
select REGMAP
|
|
|
|
help
|
|
|
|
Say yes here to build support for Analog Devices
|
|
|
|
LTC2688 converters (DAC).
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ltc2688.
|
|
|
|
|
2013-07-15 08:45:00 +01:00
|
|
|
config AD5686
|
2018-04-11 14:53:17 +03:00
|
|
|
tristate
|
|
|
|
|
|
|
|
config AD5686_SPI
|
|
|
|
tristate "Analog Devices AD5686 and similar multi-channel DACs (SPI)"
|
2013-07-15 08:45:00 +01:00
|
|
|
depends on SPI
|
2018-04-11 14:53:17 +03:00
|
|
|
select AD5686
|
2013-07-15 08:45:00 +01:00
|
|
|
help
|
2019-01-09 11:14:16 +02:00
|
|
|
Say yes here to build support for Analog Devices AD5672R, AD5674R,
|
|
|
|
AD5676, AD5676R, AD5679R, AD5684, AD5684R, AD5684R, AD5685R, AD5686,
|
|
|
|
AD5686R Voltage Output Digital to Analog Converter.
|
2013-07-15 08:45:00 +01:00
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ad5686.
|
|
|
|
|
2018-04-11 14:53:39 +03:00
|
|
|
config AD5696_I2C
|
|
|
|
tristate "Analog Devices AD5696 and similar multi-channel DACs (I2C)"
|
|
|
|
depends on I2C
|
|
|
|
select AD5686
|
|
|
|
help
|
2022-11-30 15:26:32 -03:00
|
|
|
Say yes here to build support for Analog Devices AD5311R, AD5337,
|
|
|
|
AD5338R, AD5671R, AD5673R, AD5675R, AD5677R, AD5691R, AD5692R, AD5693,
|
|
|
|
AD5693R, AD5694, AD5694R, AD5695R, AD5696, and AD5696R Digital to
|
|
|
|
Analog converters.
|
2020-09-24 14:52:12 -05:00
|
|
|
|
2018-04-11 14:53:39 +03:00
|
|
|
To compile this driver as a module, choose M here: the module will be
|
|
|
|
called ad5696.
|
2018-04-11 14:53:17 +03:00
|
|
|
|
2012-09-17 10:24:00 +01:00
|
|
|
config AD5755
|
|
|
|
tristate "Analog Devices AD5755/AD5755-1/AD5757/AD5735/AD5737 DAC driver"
|
|
|
|
depends on SPI_MASTER
|
|
|
|
help
|
|
|
|
Say yes here to build support for Analog Devices AD5755, AD5755-1,
|
|
|
|
AD5757, AD5735, AD5737 quad channel Digital to
|
|
|
|
Analog Converter.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ad5755.
|
|
|
|
|
2018-07-04 17:32:03 +03:00
|
|
|
config AD5758
|
|
|
|
tristate "Analog Devices AD5758 DAC driver"
|
|
|
|
depends on SPI_MASTER
|
|
|
|
help
|
|
|
|
Say yes here to build support for Analog Devices AD5758 single channel
|
|
|
|
Digital to Analog Converter.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ad5758.
|
|
|
|
|
2016-01-16 14:24:07 +01:00
|
|
|
config AD5761
|
|
|
|
tristate "Analog Devices AD5761/61R/21/21R DAC driver"
|
|
|
|
depends on SPI_MASTER
|
|
|
|
help
|
|
|
|
Say yes here to build support for Analog Devices AD5761, AD5761R, AD5721,
|
|
|
|
AD5721R Digital to Analog Converter.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ad5761.
|
|
|
|
|
2011-12-05 17:05:41 +01:00
|
|
|
config AD5764
|
|
|
|
tristate "Analog Devices AD5764/64R/44/44R DAC driver"
|
|
|
|
depends on SPI_MASTER
|
|
|
|
help
|
|
|
|
Say yes here to build support for Analog Devices AD5764, AD5764R, AD5744,
|
|
|
|
AD5744R Digital to Analog Converter.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ad5764.
|
|
|
|
|
2021-01-15 13:21:05 +02:00
|
|
|
config AD5766
|
|
|
|
tristate "Analog Devices AD5766/AD5767 DAC driver"
|
|
|
|
depends on SPI_MASTER
|
|
|
|
help
|
|
|
|
Say yes here to build support for Analog Devices AD5766, AD5767
|
|
|
|
Digital to Analog Converter.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ad5766.
|
|
|
|
|
2020-02-18 14:10:30 +02:00
|
|
|
config AD5770R
|
|
|
|
tristate "Analog Devices AD5770R IDAC driver"
|
|
|
|
depends on SPI_MASTER
|
|
|
|
help
|
|
|
|
Say yes here to build support for Analog Devices AD5770R Digital to
|
|
|
|
Analog Converter.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ad5770r.
|
|
|
|
|
2011-04-18 09:40:58 +02:00
|
|
|
config AD5791
|
2011-12-09 17:12:42 +01:00
|
|
|
tristate "Analog Devices AD5760/AD5780/AD5781/AD5790/AD5791 DAC SPI driver"
|
2011-04-18 09:40:58 +02:00
|
|
|
depends on SPI
|
|
|
|
help
|
2011-04-27 17:13:58 +02:00
|
|
|
Say yes here to build support for Analog Devices AD5760, AD5780,
|
2011-12-09 17:12:42 +01:00
|
|
|
AD5781, AD5790, AD5791 High Resolution Voltage Output Digital to
|
2011-04-27 17:13:58 +02:00
|
|
|
Analog Converter.
|
2011-04-18 09:40:58 +02:00
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ad5791.
|
|
|
|
|
2021-12-02 17:08:18 +02:00
|
|
|
config AD7293
|
|
|
|
tristate "Analog Devices AD7293 Power Amplifier Current Controller"
|
|
|
|
depends on SPI
|
|
|
|
help
|
|
|
|
Say yes here to build support for Analog Devices AD7293
|
|
|
|
Power Amplifier Current Controller with
|
|
|
|
ADC, DACs, and Temperature and Current Sensors
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ad7293.
|
|
|
|
|
2013-06-11 17:56:00 +01:00
|
|
|
config AD7303
|
2013-06-23 22:28:00 +01:00
|
|
|
tristate "Analog Devices AD7303 DAC driver"
|
2013-06-11 17:56:00 +01:00
|
|
|
depends on SPI
|
|
|
|
help
|
|
|
|
Say yes here to build support for Analog Devices AD7303 Digital to Analog
|
|
|
|
Converters (DAC).
|
|
|
|
|
|
|
|
To compile this driver as module choose M here: the module will be called
|
|
|
|
ad7303.
|
|
|
|
|
2016-08-24 16:44:20 +02:00
|
|
|
config AD8801
|
|
|
|
tristate "Analog Devices AD8801/AD8803 DAC driver"
|
|
|
|
depends on SPI_MASTER
|
|
|
|
help
|
|
|
|
Say yes here to build support for Analog Devices AD8801, AD8803 Digital to
|
|
|
|
Analog Converters (DAC).
|
|
|
|
|
|
|
|
To compile this driver as a module choose M here: the module will be called
|
|
|
|
ad8801.
|
|
|
|
|
2020-03-04 15:55:44 +02:00
|
|
|
config CIO_DAC
|
|
|
|
tristate "Measurement Computing CIO-DAC IIO driver"
|
|
|
|
depends on X86 && (ISA_BUS || PC104)
|
|
|
|
select ISA_BUS_API
|
2023-03-11 09:02:18 -05:00
|
|
|
select REGMAP_MMIO
|
2020-03-04 15:55:44 +02:00
|
|
|
help
|
|
|
|
Say yes here to build support for the Measurement Computing CIO-DAC
|
|
|
|
analog output device family (CIO-DAC16, CIO-DAC08, PC104-DAC06). The
|
|
|
|
base port addresses for the devices may be configured via the base
|
|
|
|
array module parameter.
|
|
|
|
|
2016-11-08 12:58:56 +01:00
|
|
|
config DPOT_DAC
|
|
|
|
tristate "DAC emulation using a DPOT"
|
|
|
|
help
|
|
|
|
Say yes here to build support for DAC emulation using a digital
|
|
|
|
potentiometer.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module will be
|
|
|
|
called dpot-dac.
|
|
|
|
|
2017-09-25 12:14:11 -07:00
|
|
|
config DS4424
|
|
|
|
tristate "Maxim Integrated DS4422/DS4424 DAC driver"
|
|
|
|
depends on I2C
|
|
|
|
help
|
|
|
|
If you say yes here you get support for Maxim chips DS4422, DS4424.
|
|
|
|
|
|
|
|
This driver can also be built as a module. If so, the module
|
|
|
|
will be called ds4424.
|
|
|
|
|
2016-03-12 13:30:16 +01:00
|
|
|
config LPC18XX_DAC
|
|
|
|
tristate "NXP LPC18xx DAC driver"
|
|
|
|
depends on ARCH_LPC18XX || COMPILE_TEST
|
2022-04-13 22:08:19 +03:00
|
|
|
depends on HAS_IOMEM
|
2016-03-12 13:30:16 +01:00
|
|
|
help
|
|
|
|
Say yes here to build support for NXP LPC18XX DAC.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module will be
|
|
|
|
called lpc18xx_dac.
|
|
|
|
|
2020-03-04 15:55:44 +02:00
|
|
|
config LTC1660
|
|
|
|
tristate "Linear Technology LTC1660/LTC1665 DAC SPI driver"
|
|
|
|
depends on SPI
|
|
|
|
help
|
|
|
|
Say yes here to build support for Linear Technology
|
|
|
|
LTC1660 and LTC1665 Digital to Analog Converters.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ltc1660.
|
|
|
|
|
|
|
|
config LTC2632
|
2020-04-20 12:26:07 +08:00
|
|
|
tristate "Linear Technology LTC2632-12/10/8 and similar DAC spi driver"
|
2020-03-04 15:55:44 +02:00
|
|
|
depends on SPI
|
|
|
|
help
|
|
|
|
Say yes here to build support for Linear Technology
|
2020-04-20 12:26:07 +08:00
|
|
|
LTC2632, LTC2634 and LTC2636 DAC resolution 12/10/8 bit
|
|
|
|
low 0-2.5V and high 0-4.096V range converters.
|
2020-03-04 15:55:44 +02:00
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ltc2632.
|
|
|
|
|
2015-05-14 17:21:16 +03:00
|
|
|
config M62332
|
|
|
|
tristate "Mitsubishi M62332 DAC driver"
|
|
|
|
depends on I2C
|
|
|
|
help
|
|
|
|
If you say yes here you get support for the Mitsubishi M62332
|
|
|
|
(I2C 8-Bit DACs with rail-to-rail outputs).
|
|
|
|
|
|
|
|
This driver can also be built as a module. If so, the module
|
|
|
|
will be called m62332.
|
|
|
|
|
2011-01-12 11:41:59 +01:00
|
|
|
config MAX517
|
2015-03-28 09:07:14 +01:00
|
|
|
tristate "Maxim MAX517/518/519/520/521 DAC driver"
|
2012-10-23 13:02:06 -07:00
|
|
|
depends on I2C
|
2011-01-12 11:41:59 +01:00
|
|
|
help
|
2015-03-28 09:07:14 +01:00
|
|
|
If you say yes here you get support for the following Maxim chips
|
|
|
|
(I2C 8-Bit DACs with rail-to-rail outputs):
|
|
|
|
MAX517 - Single channel, single reference
|
|
|
|
MAX518 - Dual channel, ref=Vdd
|
|
|
|
MAX519 - Dual channel, dual reference
|
|
|
|
MAX520 - Quad channel, quad reference
|
|
|
|
MAX521 - Octal channel, independent ref for ch0-3, shared ref for ch4-7
|
2011-01-12 11:41:59 +01:00
|
|
|
|
|
|
|
This driver can also be built as a module. If so, the module
|
|
|
|
will be called max517.
|
2011-09-21 11:15:50 +01:00
|
|
|
|
2022-11-06 17:59:28 +01:00
|
|
|
config MAX5522
|
|
|
|
tristate "Maxim MAX5522 DAC driver"
|
|
|
|
depends on SPI_MASTER
|
|
|
|
select REGMAP_SPI
|
|
|
|
help
|
|
|
|
Say Y here if you want to build a driver for the Maxim MAX5522.
|
|
|
|
|
|
|
|
MAX5522 is a dual, ultra-low-power, 10-Bit, voltage-output
|
|
|
|
digital to analog converter (DAC) offering rail-to-rail buffered
|
|
|
|
voltage outputs.
|
|
|
|
|
|
|
|
If compiled as a module, it will be called max5522.
|
|
|
|
|
2014-07-25 22:43:00 +01:00
|
|
|
config MAX5821
|
|
|
|
tristate "Maxim MAX5821 DAC driver"
|
|
|
|
depends on I2C
|
|
|
|
help
|
|
|
|
Say yes here to build support for Maxim MAX5821
|
|
|
|
10 bits DAC.
|
|
|
|
|
2012-06-08 18:06:45 +02:00
|
|
|
config MCP4725
|
2015-12-26 21:17:22 +09:00
|
|
|
tristate "MCP4725/6 DAC driver"
|
2012-06-08 18:06:45 +02:00
|
|
|
depends on I2C
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2012-06-08 18:06:45 +02:00
|
|
|
Say Y here if you want to build a driver for the Microchip
|
2015-12-26 21:17:22 +09:00
|
|
|
MCP 4725/6 12-bit digital-to-analog converter (DAC) with I2C
|
2012-06-08 18:06:45 +02:00
|
|
|
interface.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called mcp4725.
|
|
|
|
|
2023-08-03 14:56:35 +02:00
|
|
|
config MCP4728
|
|
|
|
tristate "MCP4728 DAC driver"
|
|
|
|
depends on I2C
|
|
|
|
help
|
|
|
|
Say Y here if you want to build a driver for the Microchip
|
|
|
|
MCP4728 quad channel, 12-bit digital-to-analog converter (DAC)
|
|
|
|
with I2C interface.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called mcp4728.
|
|
|
|
|
2014-06-15 22:17:00 +01:00
|
|
|
config MCP4922
|
|
|
|
tristate "MCP4902, MCP4912, MCP4922 DAC driver"
|
|
|
|
depends on SPI
|
|
|
|
help
|
|
|
|
Say yes here to build the driver for the Microchip MCP4902
|
|
|
|
MCP4912, and MCP4922 DAC devices.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called mcp4922.
|
|
|
|
|
2017-04-10 17:49:50 +02:00
|
|
|
config STM32_DAC
|
|
|
|
tristate "STMicroelectronics STM32 DAC"
|
|
|
|
depends on (ARCH_STM32 && OF) || COMPILE_TEST
|
|
|
|
depends on REGULATOR
|
|
|
|
select STM32_DAC_CORE
|
|
|
|
help
|
|
|
|
Say yes here to build support for STMicroelectronics STM32 Digital
|
|
|
|
to Analog Converter (DAC).
|
|
|
|
|
|
|
|
This driver can also be built as a module. If so, the module
|
|
|
|
will be called stm32-dac.
|
|
|
|
|
|
|
|
config STM32_DAC_CORE
|
|
|
|
tristate
|
|
|
|
|
2017-10-17 12:42:00 +02:00
|
|
|
config TI_DAC082S085
|
|
|
|
tristate "Texas Instruments 8/10/12-bit 2/4-channel DAC driver"
|
|
|
|
depends on SPI_MASTER
|
|
|
|
help
|
|
|
|
Driver for the Texas Instruments (formerly National Semiconductor)
|
|
|
|
DAC082S085, DAC102S085, DAC122S085, DAC084S085, DAC104S085 and
|
|
|
|
DAC124S085.
|
|
|
|
|
|
|
|
If compiled as a module, it will be called ti-dac082s085.
|
|
|
|
|
2018-05-01 10:15:53 +02:00
|
|
|
config TI_DAC5571
|
|
|
|
tristate "Texas Instruments 8/10/12/16-bit 1/2/4-channel DAC driver"
|
|
|
|
depends on I2C
|
|
|
|
help
|
|
|
|
Driver for the Texas Instruments
|
|
|
|
DAC5571, DAC6571, DAC7571, DAC5574, DAC6574, DAC7574, DAC5573,
|
2022-04-25 22:47:08 +02:00
|
|
|
DAC6573, DAC7573, DAC8571, DAC8574, DAC121C081.
|
2018-05-01 10:15:53 +02:00
|
|
|
|
|
|
|
If compiled as a module, it will be called ti-dac5571.
|
|
|
|
|
2018-10-28 17:24:01 +01:00
|
|
|
config TI_DAC7311
|
|
|
|
tristate "Texas Instruments 8/10/12-bit 1-channel DAC driver"
|
|
|
|
depends on SPI
|
|
|
|
help
|
|
|
|
Driver for the Texas Instruments
|
|
|
|
DAC7311, DAC6311, DAC5311.
|
|
|
|
|
|
|
|
If compiled as a module, it will be called ti-dac7311.
|
|
|
|
|
2019-02-04 13:48:32 +01:00
|
|
|
config TI_DAC7612
|
|
|
|
tristate "Texas Instruments 12-bit 2-channel DAC driver"
|
|
|
|
depends on SPI_MASTER && GPIOLIB
|
|
|
|
help
|
|
|
|
Driver for the Texas Instruments DAC7612, DAC7612U, DAC7612UB
|
|
|
|
The driver hand drive the load pin automatically, otherwise
|
|
|
|
it needs to be toggled manually.
|
|
|
|
|
|
|
|
If compiled as a module, it will be called ti-dac7612.
|
|
|
|
|
2016-02-22 11:48:37 +05:30
|
|
|
config VF610_DAC
|
|
|
|
tristate "Vybrid vf610 DAC driver"
|
|
|
|
depends on HAS_IOMEM
|
|
|
|
help
|
|
|
|
Say yes here to support Vybrid board digital-to-analog converter.
|
|
|
|
|
|
|
|
This driver can also be built as a module. If so, the module will
|
|
|
|
be called vf610_dac.
|
|
|
|
|
2011-09-21 11:15:50 +01:00
|
|
|
endmenu
|