Kconfig (96a2e242a5dcb677fe3063be38bda335c17849d3) Kconfig (fa31e4221c65b205e18c82c459c3bcd68404a1c6)
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

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

56 depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS
57 depends on MFD_MT6360
58 help
59 This option enables support for dual Flash LED drivers found on
60 Mediatek MT6360 PMIC.
61 Independent current sources supply for each flash LED support torch
62 and strobe mode.
63
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

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

56 depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS
57 depends on MFD_MT6360
58 help
59 This option enables support for dual Flash LED drivers found on
60 Mediatek MT6360 PMIC.
61 Independent current sources supply for each flash LED support torch
62 and strobe mode.
63
64config LEDS_MT6370_FLASH
65 tristate "Flash LED Support for MediaTek MT6370 PMIC"
66 depends on LEDS_CLASS
67 depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS
68 depends on MFD_MT6370
69 help
70 Support 2 channels and torch/strobe mode.
71 Say Y here to enable support for
72 MT6370_FLASH_LED device.
73
74 This driver can also be built as a module. If so, the module
75 will be called "leds-mt6370-flash".
76
64config LEDS_QCOM_FLASH
65 tristate "LED support for flash module inside Qualcomm Technologies, Inc. PMIC"
66 depends on MFD_SPMI_PMIC || COMPILE_TEST
67 depends on LEDS_CLASS && OF
68 depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS
69 select REGMAP
70 help
71 This option enables support for the flash module found in Qualcomm

--- 37 unchanged lines hidden ---
77config LEDS_QCOM_FLASH
78 tristate "LED support for flash module inside Qualcomm Technologies, Inc. PMIC"
79 depends on MFD_SPMI_PMIC || COMPILE_TEST
80 depends on LEDS_CLASS && OF
81 depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS
82 select REGMAP
83 help
84 This option enables support for the flash module found in Qualcomm

--- 37 unchanged lines hidden ---