diff mbox series

iio:adc:stm32-adc: Add HAS_IOMEM dependency

Message ID 20210124195034.22576-1-jic23@kernel.org
State New
Headers show
Series iio:adc:stm32-adc: Add HAS_IOMEM dependency | expand

Commit Message

Jonathan Cameron Jan. 24, 2021, 7:50 p.m. UTC
From: Jonathan Cameron <Jonathan.Cameron@huawei.com>


Seems that there are config combinations in which this driver gets enabled
and hence selects the MFD, but with out HAS_IOMEM getting pulled in
via some other route.  MFD is entirely contained in an
if HAS_IOMEM block, leading to the build issue in this bugzilla.

https://bugzilla.kernel.org/show_bug.cgi?id=209889

Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

---
 drivers/iio/adc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

-- 
2.30.0

Comments

Jonathan Cameron Feb. 21, 2021, 4:01 p.m. UTC | #1
On Sun, 24 Jan 2021 19:50:34 +0000
Jonathan Cameron <jic23@kernel.org> wrote:

> From: Jonathan Cameron <Jonathan.Cameron@huawei.com>

> 

> Seems that there are config combinations in which this driver gets enabled

> and hence selects the MFD, but with out HAS_IOMEM getting pulled in

> via some other route.  MFD is entirely contained in an

> if HAS_IOMEM block, leading to the build issue in this bugzilla.

> 

> https://bugzilla.kernel.org/show_bug.cgi?id=209889

> 

> Cc: <Stable@vger.kernel.org>

> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

Applied to the fixes-togreg branch of iio.git.

Thanks

Jonathan

> ---

>  drivers/iio/adc/Kconfig | 1 +

>  1 file changed, 1 insertion(+)

> 

> diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig

> index bf7d22fa4be2..6605c263949c 100644

> --- a/drivers/iio/adc/Kconfig

> +++ b/drivers/iio/adc/Kconfig

> @@ -923,6 +923,7 @@ config STM32_ADC_CORE

>  	depends on ARCH_STM32 || COMPILE_TEST

>  	depends on OF

>  	depends on REGULATOR

> +	depends on HAS_IOMEM

>  	select IIO_BUFFER

>  	select MFD_STM32_TIMERS

>  	select IIO_STM32_TIMER_TRIGGER
diff mbox series

Patch

diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
index bf7d22fa4be2..6605c263949c 100644
--- a/drivers/iio/adc/Kconfig
+++ b/drivers/iio/adc/Kconfig
@@ -923,6 +923,7 @@  config STM32_ADC_CORE
 	depends on ARCH_STM32 || COMPILE_TEST
 	depends on OF
 	depends on REGULATOR
+	depends on HAS_IOMEM
 	select IIO_BUFFER
 	select MFD_STM32_TIMERS
 	select IIO_STM32_TIMER_TRIGGER