Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5126aec5 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jonathan Cameron
Browse files

iio: adc: Remove depends on HAS_DMA in case of platform dependency



Remove dependencies on HAS_DMA where a Kconfig symbol depends on another
symbol that implies HAS_DMA, and, optionally, on "|| COMPILE_TEST".
In most cases this other symbol is an architecture or platform specific
symbol, or PCI.

Generic symbols and drivers without platform dependencies keep their
dependencies on HAS_DMA, to prevent compiling subsystems or drivers that
cannot work anyway.

This simplifies the dependencies, and allows to improve compile-testing.

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: default avatarMark Brown <broonie@kernel.org>
Acked-by: default avatarRobin Murphy <robin.murphy@arm.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 67cc414e
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -157,7 +157,6 @@ config AT91_SAMA5D2_ADC
	tristate "Atmel AT91 SAMA5D2 ADC"
	tristate "Atmel AT91 SAMA5D2 ADC"
	depends on ARCH_AT91 || COMPILE_TEST
	depends on ARCH_AT91 || COMPILE_TEST
	depends on HAS_IOMEM
	depends on HAS_IOMEM
	depends on HAS_DMA
	select IIO_BUFFER
	select IIO_BUFFER
	select IIO_TRIGGERED_BUFFER
	select IIO_TRIGGERED_BUFFER
	help
	help
@@ -647,7 +646,6 @@ config SD_ADC_MODULATOR
config STM32_ADC_CORE
config STM32_ADC_CORE
	tristate "STMicroelectronics STM32 adc core"
	tristate "STMicroelectronics STM32 adc core"
	depends on ARCH_STM32 || COMPILE_TEST
	depends on ARCH_STM32 || COMPILE_TEST
	depends on HAS_DMA
	depends on OF
	depends on OF
	depends on REGULATOR
	depends on REGULATOR
	select IIO_BUFFER
	select IIO_BUFFER