xref: /linux/drivers/leds/flash/Kconfig (revision e1c6edcbea13de025c3406645b4cce4ac3baf973)
1*e1c6edcbSLinus Walleij# SPDX-License-Identifier: GPL-2.0
2*e1c6edcbSLinus Walleij
3*e1c6edcbSLinus Walleijif LEDS_CLASS_FLASH
4*e1c6edcbSLinus Walleij
5*e1c6edcbSLinus Walleijconfig LEDS_RT8515
6*e1c6edcbSLinus Walleij	tristate "LED support for Richtek RT8515 flash/torch LED"
7*e1c6edcbSLinus Walleij	depends on GPIOLIB
8*e1c6edcbSLinus Walleij	help
9*e1c6edcbSLinus Walleij	  This option enables support for the Richtek RT8515 flash
10*e1c6edcbSLinus Walleij	  and torch LEDs found on some mobile phones.
11*e1c6edcbSLinus Walleij
12*e1c6edcbSLinus Walleij	  To compile this driver as a module, choose M here: the module
13*e1c6edcbSLinus Walleij	  will be called leds-rt8515.
14*e1c6edcbSLinus Walleij
15*e1c6edcbSLinus Walleijendif # LEDS_CLASS_FLASH
16