Kconfig (5a94296bc02ac616336da7b5332b86d2ca8827f0) Kconfig (293fee7f607841cc128c3f6df9b464e8abf99fb0)
1# SPDX-License-Identifier: GPL-2.0
2
3if LEDS_CLASS_FLASH
4
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 depends on OF
10 depends on PINCTRL
11 help
12 This option enables support for the LEDs on the AAT1290.
13
5config LEDS_RT4505
6 tristate "LED support for RT4505 flashlight controller"
7 depends on I2C && OF
8 depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS
9 select REGMAP_I2C
10 help
11 This option enables support for the RT4505 flash LED controller.
12 RT4505 includes torch and flash functions with programmable current.

--- 15 unchanged lines hidden ---
14config LEDS_RT4505
15 tristate "LED support for RT4505 flashlight controller"
16 depends on I2C && OF
17 depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS
18 select REGMAP_I2C
19 help
20 This option enables support for the RT4505 flash LED controller.
21 RT4505 includes torch and flash functions with programmable current.

--- 15 unchanged lines hidden ---