Kconfig (fd531024bad7e5799e968ca70c0d3ca7b96b71ef) | Kconfig (9374e8f5a38defe90bc65b2decf317c1c62d91dd) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# ADC drivers 4# 5# When adding new entries keep the list in alphabetical order 6 7menu "Analog to digital converters" 8 --- 1176 unchanged lines hidden (view full) --- 1185 select IIO_TRIGGERED_BUFFER 1186 help 1187 Say yes here to build support for Texas Instruments TLC4541 / TLC3541 1188 ADC chips. 1189 1190 This driver can also be built as a module. If so, the module will be 1191 called ti-tlc4541. 1192 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# ADC drivers 4# 5# When adding new entries keep the list in alphabetical order 6 7menu "Analog to digital converters" 8 --- 1176 unchanged lines hidden (view full) --- 1185 select IIO_TRIGGERED_BUFFER 1186 help 1187 Say yes here to build support for Texas Instruments TLC4541 / TLC3541 1188 ADC chips. 1189 1190 This driver can also be built as a module. If so, the module will be 1191 called ti-tlc4541. 1192 |
1193config TI_TSC2046 1194 tristate "Texas Instruments TSC2046 ADC driver" 1195 depends on SPI 1196 select IIO_BUFFER 1197 select IIO_TRIGGERED_BUFFER 1198 help 1199 Say yes here to build support for ADC functionality of Texas 1200 Instruments TSC2046 touch screen controller. 1201 1202 This driver can also be built as a module. If so, the module will be 1203 called ti-tsc2046. 1204 |
|
1193config TWL4030_MADC 1194 tristate "TWL4030 MADC (Monitoring A/D Converter)" 1195 depends on TWL4030_CORE 1196 help 1197 This driver provides support for Triton TWL4030-MADC. The 1198 driver supports both RT and SW conversion methods. 1199 1200 This driver can also be built as a module. If so, the module will be --- 59 unchanged lines hidden --- | 1205config TWL4030_MADC 1206 tristate "TWL4030 MADC (Monitoring A/D Converter)" 1207 depends on TWL4030_CORE 1208 help 1209 This driver provides support for Triton TWL4030-MADC. The 1210 driver supports both RT and SW conversion methods. 1211 1212 This driver can also be built as a module. If so, the module will be --- 59 unchanged lines hidden --- |