]> git.karo-electronics.de Git - linux-beck.git/commitdiff
leds: Allow compile test of LEDS_AAT1290 and LEDS_KTD2692 if !GPIOLIB
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 6 Jul 2015 13:42:34 +0000 (15:42 +0200)
committerJacek Anaszewski <j.anaszewski@samsung.com>
Fri, 28 Aug 2015 12:05:59 +0000 (14:05 +0200)
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.

If COMPILE_TEST is enabled, relax the dependency on GPIOLIB for the
recently introduced symbols LEDS_AAT1290 and LEDS_KTD2692.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
drivers/leds/Kconfig

index 94eced66d877182bec6c8505ab5f3e0004cac7d4..cf0248b8dbb9c0231bdd1a69335ef609aee1c75d 100644 (file)
@@ -43,7 +43,7 @@ config LEDS_AAT1290
        tristate "LED support for the AAT1290"
        depends on LEDS_CLASS_FLASH
        depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS
-       depends on GPIOLIB
+       depends on GPIOLIB || COMPILE_TEST
        depends on OF
        depends on PINCTRL
        help
@@ -543,7 +543,8 @@ config LEDS_MENF21BMC
 
 config LEDS_KTD2692
        tristate "LED support for KTD2692 flash LED controller"
-       depends on LEDS_CLASS_FLASH && GPIOLIB && OF
+       depends on LEDS_CLASS_FLASH && OF
+       depends on GPIOLIB || COMPILE_TEST
        help
          This option enables support for KTD2692 LED flash connected
          through ExpressWire interface.