Staging: iio: Allow compile test of GPIO consumers if !GPIOLIB
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 5 May 2015 16:32:36 +0000 (18:32 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sun, 10 May 2015 19:31:43 +0000 (20:31 +0100)
The GPIO subsystem provides dummy GPIO consumer functions if GPIOLIB is
not enabled. Hence drivers that depend on GPIOLIB, but use GPIO consumer
functionality only, can still be compiled if GPIOLIB is not enabled.

Relax the dependency on GPIOLIB if COMPILE_TEST is enabled, where
appropriate.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: linux-iio@vger.kernel.org
Cc: devel@driverdev.osuosl.org
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/accel/Kconfig
drivers/staging/iio/adc/Kconfig
drivers/staging/iio/addac/Kconfig
drivers/staging/iio/resolver/Kconfig

index 07b7ffa00ab53c86b52da443ba6d2622582c1492..fa67da9408b6b3b7fa5b27a87e3b7bf89abe1c36 100644 (file)
@@ -79,7 +79,7 @@ config LIS3L02DQ
        depends on SPI
        select IIO_TRIGGER if IIO_BUFFER
        depends on !IIO_BUFFER || IIO_KFIFO_BUF
-       depends on GPIOLIB
+       depends on GPIOLIB || COMPILE_TEST
        help
          Say Y here to build SPI support for the ST microelectronics
          accelerometer. The driver supplies direct access via sysfs files
index d0016ce6e65840e61681f38ee8d9bff39463d367..94ae4232ee773497f650e87c3e20e82842313543 100644 (file)
@@ -5,7 +5,7 @@ menu "Analog to digital converters"
 
 config AD7606
        tristate "Analog Devices AD7606 ADC driver"
-       depends on GPIOLIB
+       depends on GPIOLIB || COMPILE_TEST
        select IIO_BUFFER
        select IIO_TRIGGERED_BUFFER
        help
@@ -39,7 +39,7 @@ config AD7606_IFACE_SPI
 config AD7780
        tristate "Analog Devices AD7780 and similar ADCs driver"
        depends on SPI
-       depends on GPIOLIB
+       depends on GPIOLIB || COMPILE_TEST
        select AD_SIGMA_DELTA
        help
          Say yes here to build support for Analog Devices AD7170, AD7171,
@@ -52,7 +52,7 @@ config AD7780
 config AD7816
        tristate "Analog Devices AD7816/7/8 temperature sensor and ADC driver"
        depends on SPI
-       depends on GPIOLIB
+       depends on GPIOLIB || COMPILE_TEST
        help
          Say yes here to build support for Analog Devices AD7816/7/8
          temperature sensors and ADC.
index 0ed7e13e2283edb0f5ea6b8f51e3affb77f9b2f1..ba18b8432d9cce6e2ef6c62efdb5b3b34cdf0615 100644 (file)
@@ -5,7 +5,7 @@ menu "Analog digital bi-direction converters"
 
 config ADT7316
        tristate "Analog Devices ADT7316/7/8 ADT7516/7/9 temperature sensor, ADC and DAC driver"
-       depends on GPIOLIB
+       depends on GPIOLIB || COMPILE_TEST
        help
          Say yes here to build support for Analog Devices ADT7316, ADT7317, ADT7318
          and ADT7516, ADT7517, ADT7519 temperature sensors, ADC and DAC.
index c7a742ec122727b0d37dc6a034512ee86d1e8fb3..1c7e2860d6b75d56e97f56df4af4d6425eb7dc5b 100644 (file)
@@ -16,7 +16,7 @@ config AD2S90
 config AD2S1200
        tristate "Analog Devices ad2s1200/ad2s1205 driver"
        depends on SPI
-       depends on GPIOLIB
+       depends on GPIOLIB || COMPILE_TEST
        help
          Say yes here to build support for Analog Devices spi resolver
          to digital converters, ad2s1200 and ad2s1205, provides direct access
@@ -28,7 +28,7 @@ config AD2S1200
 config AD2S1210
        tristate "Analog Devices ad2s1210 driver"
        depends on SPI
-       depends on GPIOLIB
+       depends on GPIOLIB || COMPILE_TEST
        help
          Say yes here to build support for Analog Devices spi resolver
          to digital converters, ad2s1210, provides direct access via sysfs.