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: Richard Weinberger <richard@nod.at>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

authored by Richard Weinberger and committed by Jonathan Cameron e884cebf 0165c300

+1
+1
drivers/staging/iio/adc/Kconfig
··· 6 6 config AD7606 7 7 tristate "Analog Devices AD7606 ADC driver" 8 8 depends on GPIOLIB || COMPILE_TEST 9 + depends on HAS_IOMEM 9 10 select IIO_BUFFER 10 11 select IIO_TRIGGERED_BUFFER 11 12 help