Merge branch 'for-rc8-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds
Pull LED fix from Pavel Machek: "One-liner fixing a build problem" * 'for-rc8-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds: leds: rt8515: add V4L2_FLASH_LED_CLASS dependency
This commit is contained in:
commit
28a1733873
|
@ -5,6 +5,7 @@ if LEDS_CLASS_FLASH
|
|||
config LEDS_RT8515
|
||||
tristate "LED support for Richtek RT8515 flash/torch LED"
|
||||
depends on GPIOLIB
|
||||
depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS
|
||||
help
|
||||
This option enables support for the Richtek RT8515 flash
|
||||
and torch LEDs found on some mobile phones.
|
||||
|
|
Loading…
Reference in New Issue