|
@@ -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.
|