16 lines
391 B
Plaintext
16 lines
391 B
Plaintext
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
if LEDS_CLASS_FLASH
|
||
|
|
||
|
config LEDS_RT8515
|
||
|
tristate "LED support for Richtek RT8515 flash/torch LED"
|
||
|
depends on GPIOLIB
|
||
|
help
|
||
|
This option enables support for the Richtek RT8515 flash
|
||
|
and torch LEDs found on some mobile phones.
|
||
|
|
||
|
To compile this driver as a module, choose M here: the module
|
||
|
will be called leds-rt8515.
|
||
|
|
||
|
endif # LEDS_CLASS_FLASH
|