Skip to content

Commit e884ceb

Browse files
richardweinbergerjic23
authored andcommitted
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 <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 0165c30 commit e884ceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/staging/iio/adc/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ menu "Analog to digital converters"
66
config AD7606
77
tristate "Analog Devices AD7606 ADC driver"
88
depends on GPIOLIB || COMPILE_TEST
9+
depends on HAS_IOMEM
910
select IIO_BUFFER
1011
select IIO_TRIGGERED_BUFFER
1112
help

0 commit comments

Comments
 (0)