Kconfig (c43a102e67db99c8bfe6e8a9280cec13ff53b789) | Kconfig (16846ebeffe4e74a16f25237003eab6d0535d8dd) |
---|---|
1# 2# ADC drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Analog to digital converters" 7 8config AD_SIGMA_DELTA --- 190 unchanged lines hidden (view full) --- 199 depends on I2C && !SENSORS_INA2XX 200 select REGMAP_I2C 201 select IIO_BUFFER 202 select IIO_KFIFO_BUF 203 help 204 Say yes here to build support for TI INA2xx family of Power Monitors. 205 This driver is mutually exclusive with the HWMON version. 206 | 1# 2# ADC drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Analog to digital converters" 7 8config AD_SIGMA_DELTA --- 190 unchanged lines hidden (view full) --- 199 depends on I2C && !SENSORS_INA2XX 200 select REGMAP_I2C 201 select IIO_BUFFER 202 select IIO_KFIFO_BUF 203 help 204 Say yes here to build support for TI INA2xx family of Power Monitors. 205 This driver is mutually exclusive with the HWMON version. 206 |
207config IMX7D_ADC 208 tristate "IMX7D ADC driver" 209 depends on ARCH_MXC || COMPILE_TEST 210 help 211 Say yes here to build support for IMX7D ADC. 212 213 This driver can also be built as a module. If so, the module will be 214 called imx7d_adc. 215 |
|
207config LP8788_ADC 208 tristate "LP8788 ADC driver" 209 depends on MFD_LP8788 210 help 211 Say yes here to build support for TI LP8788 ADC. 212 213 To compile this driver as a module, choose M here: the module will be 214 called lp8788_adc. --- 221 unchanged lines hidden --- | 216config LP8788_ADC 217 tristate "LP8788 ADC driver" 218 depends on MFD_LP8788 219 help 220 Say yes here to build support for TI LP8788 ADC. 221 222 To compile this driver as a module, choose M here: the module will be 223 called lp8788_adc. --- 221 unchanged lines hidden --- |