mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
0165c3005f
commit
e884cebf9e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue