1# SPDX-License-Identifier: GPL-2.0 2 3if LEDS_CLASS_FLASH 4 5config LEDS_RT8515 6 tristate "LED support for Richtek RT8515 flash/torch LED" 7 depends on GPIOLIB 8 help 9 This option enables support for the Richtek RT8515 flash 10 and torch LEDs found on some mobile phones. 11 12 To compile this driver as a module, choose M here: the module 13 will be called leds-rt8515. 14 15endif # LEDS_CLASS_FLASH 16