Kconfig (50501936288d6a29d7ef78f25d00e33240fad45f) | Kconfig (05a576059ac23355a86e4be058cb43997d83c7fd) |
---|---|
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 --- 75 unchanged lines hidden (view full) --- 84 This option enables support for the flash module found in Qualcomm 85 Technologies, Inc. PMICs. The flash module can have 3 or 4 flash LED 86 channels and each channel is programmable to support up to 1.5 A full 87 scale current. It also supports connecting two channels' output together 88 to supply one LED component to achieve current up to 2 A. In such case, 89 the total LED current will be split symmetrically on each channel and 90 they will be enabled/disabled at the same time. 91 | 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 --- 75 unchanged lines hidden (view full) --- 84 This option enables support for the flash module found in Qualcomm 85 Technologies, Inc. PMICs. The flash module can have 3 or 4 flash LED 86 channels and each channel is programmable to support up to 1.5 A full 87 scale current. It also supports connecting two channels' output together 88 to supply one LED component to achieve current up to 2 A. In such case, 89 the total LED current will be split symmetrically on each channel and 90 they will be enabled/disabled at the same time. 91 |
92 This driver can be built as a module, it will be called "leds-qcom-flash". 93 |
|
92config LEDS_RT4505 93 tristate "LED support for RT4505 flashlight controller" 94 depends on I2C && OF 95 depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS 96 select REGMAP_I2C 97 help 98 This option enables support for the RT4505 flash LED controller. 99 RT4505 includes torch and flash functions with programmable current. --- 22 unchanged lines hidden --- | 94config LEDS_RT4505 95 tristate "LED support for RT4505 flashlight controller" 96 depends on I2C && OF 97 depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS 98 select REGMAP_I2C 99 help 100 This option enables support for the RT4505 flash LED controller. 101 RT4505 includes torch and flash functions with programmable current. --- 22 unchanged lines hidden --- |