Kconfig (28336be568bb473d16ba80db0801276fb4f1bbe5) Kconfig (9f15a4a0adc910a7bd535b755185f89c3e25b37e)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# DAC drivers
4#
5# When adding new entries keep the list in alphabetical order
6
7menu "Digital to analog converters"
8

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

127 help
128 Say yes here to build support for Linear Technology
129 LTC1660 and LTC1665 Digital to Analog Converters.
130
131 To compile this driver as a module, choose M here: the
132 module will be called ltc1660.
133
134config LTC2632
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# DAC drivers
4#
5# When adding new entries keep the list in alphabetical order
6
7menu "Digital to analog converters"
8

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

127 help
128 Say yes here to build support for Linear Technology
129 LTC1660 and LTC1665 Digital to Analog Converters.
130
131 To compile this driver as a module, choose M here: the
132 module will be called ltc1660.
133
134config LTC2632
135 tristate "Linear Technology LTC2632-12/10/8 DAC spi driver"
135 tristate "Linear Technology LTC2632-12/10/8 and LTC2636-12/10/8 DAC spi driver"
136 depends on SPI
137 help
138 Say yes here to build support for Linear Technology
136 depends on SPI
137 help
138 Say yes here to build support for Linear Technology
139 LTC2632-12, LTC2632-10, LTC2632-8 converters (DAC).
139 LTC2632-12, LTC2632-10, LTC2632-8, LTC2636-12, LTC2636-10 and
140 LTC2636-8 converters (DAC).
140
141 To compile this driver as a module, choose M here: the
142 module will be called ltc2632.
143
144config AD5686
145 tristate
146
147config AD5686_SPI

--- 252 unchanged lines hidden ---
141
142 To compile this driver as a module, choose M here: the
143 module will be called ltc2632.
144
145config AD5686
146 tristate
147
148config AD5686_SPI

--- 252 unchanged lines hidden ---