Kconfig (f5d69f6290a37f5579ef24334d5bf8a59bb13ef4) | Kconfig (eb5a4422e448a8200ddaafef0cc16db3f45ec1f8) |
---|---|
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 --- 6 unchanged lines hidden (view full) --- 15 tristate "AS3645A and LM3555 LED flash controllers support" 16 depends on I2C 17 depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS 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 | 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 --- 6 unchanged lines hidden (view full) --- 15 tristate "AS3645A and LM3555 LED flash controllers support" 16 depends on I2C 17 depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS 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_MAX77693 24 tristate "LED support for MAX77693 Flash" 25 depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS 26 depends on MFD_MAX77693 27 depends on OF 28 help 29 This option enables support for the flash part of the MAX77693 30 multifunction device. It has build in control for two leds in flash 31 and torch mode. 32 |
|
23config LEDS_RT4505 24 tristate "LED support for RT4505 flashlight controller" 25 depends on I2C && OF 26 depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS 27 select REGMAP_I2C 28 help 29 This option enables support for the RT4505 flash LED controller. 30 RT4505 includes torch and flash functions with programmable current. --- 15 unchanged lines hidden --- | 33config LEDS_RT4505 34 tristate "LED support for RT4505 flashlight controller" 35 depends on I2C && OF 36 depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS 37 select REGMAP_I2C 38 help 39 This option enables support for the RT4505 flash LED controller. 40 RT4505 includes torch and flash functions with programmable current. --- 15 unchanged lines hidden --- |