aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hennerich <[email protected]>2011-05-12 15:38:24 +0200
committerGreg Kroah-Hartman <[email protected]>2011-05-12 09:26:57 -0700
commit64a47c5072a6d702349dba30ea8b0e69be4d9778 (patch)
treec16b0637131e835c8696c6a6a590ce586e5945b8
parentc5ad56530a6f38dc54e1757e14968331eaa692ae (diff)
iio: adc: ad7780: Add missing GPIOLIB dependency
Signed-off-by: Michael Hennerich <[email protected]> Reported-by: Randy Dunlap <[email protected]> Acked-by: Jonathan Cameron <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/iio/adc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/iio/adc/Kconfig b/drivers/staging/iio/adc/Kconfig
index 41593890ce88..0a19cee97b41 100644
--- a/drivers/staging/iio/adc/Kconfig
+++ b/drivers/staging/iio/adc/Kconfig
@@ -145,6 +145,7 @@ config AD7887
config AD7780
tristate "Analog Devices AD7780 AD7781 ADC driver"
depends on SPI
+ depends on GPIOLIB
help
Say yes here to build support for Analog Devices
AD7780 and AD7781 SPI analog to digital convertors (ADC).