Skip to content
Snippets Groups Projects
Commit e884cebf authored by Richard Weinberger's avatar Richard Weinberger Committed by Jonathan Cameron
Browse files

staging: iio: Fix dependencies for !HAS_IOMEM archs


Not every arch has io memory.
So, unbreak the build by fixing the dependencies.

Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
Acked-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 0165c300
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ menu "Analog to digital converters" ...@@ -6,6 +6,7 @@ menu "Analog to digital converters"
config AD7606 config AD7606
tristate "Analog Devices AD7606 ADC driver" tristate "Analog Devices AD7606 ADC driver"
depends on GPIOLIB || COMPILE_TEST depends on GPIOLIB || COMPILE_TEST
depends on HAS_IOMEM
select IIO_BUFFER select IIO_BUFFER
select IIO_TRIGGERED_BUFFER select IIO_TRIGGERED_BUFFER
help help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment