Kconfig (cc9b94029e9ef51787af908e9856b1eed314bc00) Kconfig (7fde1484af21f9668e9575bd8a119ebc4fe6fe42)
1#
2# DAC drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Digital to analog converters"
7
8config AD5064

--- 186 unchanged lines hidden (view full) ---

195 depends on SPI_MASTER
196 help
197 Say yes here to build support for Analog Devices AD8801, AD8803 Digital to
198 Analog Converters (DAC).
199
200 To compile this driver as a module choose M here: the module will be called
201 ad8801.
202
1#
2# DAC drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Digital to analog converters"
7
8config AD5064

--- 186 unchanged lines hidden (view full) ---

195 depends on SPI_MASTER
196 help
197 Say yes here to build support for Analog Devices AD8801, AD8803 Digital to
198 Analog Converters (DAC).
199
200 To compile this driver as a module choose M here: the module will be called
201 ad8801.
202
203config DPOT_DAC
204 tristate "DAC emulation using a DPOT"
205 depends on OF
206 help
207 Say yes here to build support for DAC emulation using a digital
208 potentiometer.
209
210 To compile this driver as a module, choose M here: the module will be
211 called dpot-dac.
212
203config LPC18XX_DAC
204 tristate "NXP LPC18xx DAC driver"
205 depends on ARCH_LPC18XX || COMPILE_TEST
206 depends on OF && HAS_IOMEM
207 help
208 Say yes here to build support for NXP LPC18XX DAC.
209
210 To compile this driver as a module, choose M here: the module will be

--- 67 unchanged lines hidden ---
213config LPC18XX_DAC
214 tristate "NXP LPC18xx DAC driver"
215 depends on ARCH_LPC18XX || COMPILE_TEST
216 depends on OF && HAS_IOMEM
217 help
218 Say yes here to build support for NXP LPC18XX DAC.
219
220 To compile this driver as a module, choose M here: the module will be

--- 67 unchanged lines hidden ---