diff options
author | Jonathan Cameron <jic23@kernel.org> | 2017-02-05 12:34:00 +0000 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-02-11 11:17:33 +0000 |
commit | af8f651b399798c4599e4994708afcf1f206120e (patch) | |
tree | 08929f42585081c73d3290745c2ebcd87bfb966c /drivers/iio/adc/Kconfig | |
parent | b061f1a57c3d2e6ab0fc3988619eaab77917592b (diff) | |
download | linux-af8f651b399798c4599e4994708afcf1f206120e.tar.bz2 |
staging:iio:adc:spear Move out of staging.
There are some unanswered questions due to disagreements between the code
and various datasheets (including between different datasheets for the same
part).
I don't think that is necessarily a reason to keep it in staging however.
I'm partly posting this patch inorder to reignite debate and with a bit
of luck find someone who has one of these to test!
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/Kconfig')
-rw-r--r-- | drivers/iio/adc/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index dedae7adbce9..789a5fb7c0be 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -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 |