Kconfig (b5a8c50e5c1896b913c289e09f98b539fd1740ac) Kconfig (d48ece99f2d90be333dad38cba0dc6fadc7dff8c)
1# SPDX-License-Identifier: GPL-2.0
2
3if LEDS_CLASS_FLASH
4
5config LEDS_AAT1290
6 tristate "LED support for the AAT1290"
7 depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS
8 depends on GPIOLIB || COMPILE_TEST

--- 9 unchanged lines hidden (view full) ---

18 help
19 Enable LED flash class support for AS3645A LED flash
20 controller. V4L2 flash API is provided as well if
21 CONFIG_V4L2_FLASH_API is enabled.
22
23config LEDS_KTD2692
24 tristate "LED support for Kinetic KTD2692 flash LED controller"
25 depends on OF
1# SPDX-License-Identifier: GPL-2.0
2
3if LEDS_CLASS_FLASH
4
5config LEDS_AAT1290
6 tristate "LED support for the AAT1290"
7 depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS
8 depends on GPIOLIB || COMPILE_TEST

--- 9 unchanged lines hidden (view full) ---

18 help
19 Enable LED flash class support for AS3645A LED flash
20 controller. V4L2 flash API is provided as well if
21 CONFIG_V4L2_FLASH_API is enabled.
22
23config LEDS_KTD2692
24 tristate "LED support for Kinetic KTD2692 flash LED controller"
25 depends on OF
26 depends on GPIOLIB
26 select LEDS_EXPRESSWIRE
27 help
28 This option enables support for Kinetic KTD2692 LED flash connected
29 through ExpressWire interface.
30
31 Say Y to enable this driver.
32
33config LEDS_LM3601X

--- 90 unchanged lines hidden ---
27 select LEDS_EXPRESSWIRE
28 help
29 This option enables support for Kinetic KTD2692 LED flash connected
30 through ExpressWire interface.
31
32 Say Y to enable this driver.
33
34config LEDS_LM3601X

--- 90 unchanged lines hidden ---