|
|
@@ -494,6 +494,17 @@ config ROCKCHIP_SARADC
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
module will be called rockchip_saradc.
|
|
|
|
|
|
+config SPEAR_ADC
|
|
|
+ tristate "ST SPEAr ADC"
|
|
|
+ depends on PLAT_SPEAR || COMPILE_TEST
|
|
|
+ depends on HAS_IOMEM
|
|
|
+ help
|
|
|
+ Say yes here to build support for the integrated ADC inside the
|
|
|
+ ST SPEAr SoC. Provides direct access via sysfs.
|
|
|
+
|
|
|
+ To compile this driver as a module, choose M here: the
|
|
|
+ module will be called spear_adc.
|
|
|
+
|
|
|
config STM32_ADC_CORE
|
|
|
tristate "STMicroelectronics STM32 adc core"
|
|
|
depends on ARCH_STM32 || COMPILE_TEST
|