Kconfig (447a8b858e4bda41c394b1bc7fdbc9dc0bdf44f6) | Kconfig (de89bd7f215b44ef18f56b0ddb579b44a1180958) |
---|---|
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 --- 113 unchanged lines hidden (view full) --- 122 depends on ARCH_AT91 123 depends on INPUT 124 select IIO_BUFFER 125 select IIO_TRIGGERED_BUFFER 126 select SYSFS 127 help 128 Say yes here to build support for Atmel AT91 ADC. 129 | 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 --- 113 unchanged lines hidden (view full) --- 122 depends on ARCH_AT91 123 depends on INPUT 124 select IIO_BUFFER 125 select IIO_TRIGGERED_BUFFER 126 select SYSFS 127 help 128 Say yes here to build support for Atmel AT91 ADC. 129 |
130config AXP288_ADC 131 tristate "X-Powers AXP288 ADC driver" 132 depends on MFD_AXP20X 133 help 134 Say yes here to have support for X-Powers power management IC (PMIC) ADC 135 device. Depending on platform configuration, this general purpose ADC can 136 be used for sampling sensors such as thermal resistors. 137 |
|
130config EXYNOS_ADC 131 tristate "Exynos ADC driver support" 132 depends on ARCH_EXYNOS || (OF && COMPILE_TEST) 133 help 134 Core support for the ADC block found in the Samsung EXYNOS series 135 of SoCs for drivers such as the touchscreen and hwmon to use to share 136 this resource. 137 --- 145 unchanged lines hidden --- | 138config EXYNOS_ADC 139 tristate "Exynos ADC driver support" 140 depends on ARCH_EXYNOS || (OF && COMPILE_TEST) 141 help 142 Core support for the ADC block found in the Samsung EXYNOS series 143 of SoCs for drivers such as the touchscreen and hwmon to use to share 144 this resource. 145 --- 145 unchanged lines hidden --- |