aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrice Gasnier <fabrice.gasnier@st.com>2019-04-15 15:00:51 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-04-22 11:34:15 +0100
commit80696785eaaa576e7558f459de7e70b2ace77584 (patch)
tree6354e71cbfc7734e307046c8e26e9e56be85c58e
parentiio: adc: stm32-dfsdm: fix unmet direct dependencies detected (diff)
downloadlinux-dev-80696785eaaa576e7558f459de7e70b2ace77584.tar.xz
linux-dev-80696785eaaa576e7558f459de7e70b2ace77584.zip
iio: adc: stm32-dfsdm: fix triggered buffer build dependency
This fixes build errors seen when CONFIG_STM32_DFSDM_ADC is set, as stm32-dfsdm-adc driver now also relies on triggered buffer API: Fixes: 11646e81d775 ("iio: adc: stm32-dfsdm: add support for buffer modes") Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-rw-r--r--drivers/iio/adc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
index 28965093ce28..2036eca546fd 100644
--- a/drivers/iio/adc/Kconfig
+++ b/drivers/iio/adc/Kconfig
@@ -823,6 +823,7 @@ config STM32_DFSDM_ADC
select REGMAP_MMIO
select IIO_BUFFER
select IIO_BUFFER_HW_CONSUMER
+ select IIO_TRIGGERED_BUFFER
help
Select this option to support ADCSigma delta modulator for
STMicroelectronics STM32 digital filter for sigma delta converter.