Kconfig 4.1 KB
Newer Older
1 2 3
#
# DAC drivers
#
4
menu "Digital to analog converters"
5

6
config AD5064
7 8
	tristate "Analog Devices AD5064 and similar multi-channel DAC driver"
	depends on (SPI_MASTER || I2C)
9
	help
10
	  Say yes here to build support for Analog Devices AD5024, AD5025, AD5044,
11 12
	  AD5045, AD5064, AD5064-1, AD5065, AD5628, AD5629R, AD5648, AD5666, AD5668,
	  AD5669R Digital to Analog Converter.
13 14 15 16

	  To compile this driver as a module, choose M here: the
	  module will be called ad5064.

17 18 19 20 21 22 23 24 25 26 27
config AD5360
	tristate "Analog Devices Analog Devices AD5360/61/62/63/70/71/73 DAC driver"
	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.

28 29 30 31 32 33 34 35 36 37 38 39 40
config AD5380
	tristate "Analog Devices AD5380/81/82/83/84/90/91/92 DAC driver"
	depends on (SPI_MASTER || I2C)
	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.

41 42 43 44 45 46 47 48 49 50
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.

51 52 53 54 55
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
56
	  AD5664R converters (DAC). This driver uses the common SPI interface.
57 58

config AD5446
59
	tristate "Analog Devices AD5446 and similar single channel DACs driver"
60
	depends on (SPI_MASTER || I2C)
61
	help
62 63 64 65
	  Say yes here to build support for Analog Devices AD5300, AD5301, AD5310,
	  AD5311, AD5320, AD5321, AD5444, AD5446, AD5450, AD5451, AD5452, AD5453,
	  AD5512A, AD5541A, AD5542A, AD5543, AD5553, AD5601, AD5602, AD5611, AD5612,
	  AD5620, AD5621, AD5622, AD5640, AD5660, AD5662 DACs.
66 67 68

	  To compile this driver as a module, choose M here: the
	  module will be called ad5446.
69

70 71 72 73 74 75 76 77 78 79
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.

80 81 82 83 84 85 86 87 88 89
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.

90
config AD5791
91
	tristate "Analog Devices AD5760/AD5780/AD5781/AD5790/AD5791 DAC SPI driver"
92 93
	depends on SPI
	help
94
	  Say yes here to build support for Analog Devices AD5760, AD5780,
95
	  AD5781, AD5790, AD5791 High Resolution Voltage Output Digital to
96
	  Analog Converter.
97 98 99 100

	  To compile this driver as a module, choose M here: the
	  module will be called ad5791.

101 102 103 104 105 106 107 108 109 110 111
config AD5686
	tristate "Analog Devices AD5686R/AD5685R/AD5684R DAC SPI driver"
	depends on SPI
	help
	  Say yes here to build support for Analog Devices AD5686R, AD5685R,
	  AD5684R, AD5791 Voltage Output Digital to
	  Analog Converter.

	  To compile this driver as a module, choose M here: the
	  module will be called ad5686.

112 113 114 115 116 117 118 119 120
config MAX517
	tristate "Maxim MAX517/518/519 DAC driver"
	depends on I2C && EXPERIMENTAL
	help
	  If you say yes here you get support for the Maxim chips MAX517,
	  MAX518 and MAX519 (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 max517.
121

P
Peter Meerwald 已提交
122 123 124 125 126 127 128 129 130 131 132
config MCP4725
	tristate "MCP4725 DAC driver"
	depends on I2C
	---help---
	  Say Y here if you want to build a driver for the Microchip
	  MCP 4725 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 mcp4725.

133
endmenu