diff options
author | Fabrice Gasnier <fabrice.gasnier@st.com> | 2016-11-15 18:30:57 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-11-19 15:17:45 +0300 |
commit | 1add6988024030b08e4cc14001c4e64a901fa35b (patch) | |
tree | 106f49cef85e8b894f162858662d07a6895f389f /drivers/iio/adc/Kconfig | |
parent | 841fcea454fe8cd9e0744721bf491700a912d87e (diff) | |
download | linux-1add6988024030b08e4cc14001c4e64a901fa35b.tar.xz |
iio: adc: Add support for STM32 ADC core
Add core driver for STMicroelectronics STM32 ADC (Analog to Digital
Converter). STM32 ADC can be composed of up to 3 ADCs with shared
resources like clock prescaler, common interrupt line and analog
reference voltage.
This core driver basically manages shared resources.
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/Kconfig')
-rw-r--r-- | drivers/iio/adc/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index 6bbee0b0dfff..6a974b767cbf 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -441,6 +441,18 @@ config ROCKCHIP_SARADC To compile this driver as a module, choose M here: the module will be called rockchip_saradc. +config STM32_ADC_CORE + tristate "STMicroelectronics STM32 adc core" + depends on ARCH_STM32 || COMPILE_TEST + depends on OF + depends on REGULATOR + help + Select this option to enable the core driver for STMicroelectronics + STM32 analog-to-digital converter (ADC). + + This driver can also be built as a module. If so, the module + will be called stm32-adc-core. + config STX104 tristate "Apex Embedded Systems STX104 driver" depends on X86 && ISA_BUS_API |