Skip to content
Snippets Groups Projects
Commit 28a17338 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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
parents ab30c7f9 dbeb02a0
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ if LEDS_CLASS_FLASH ...@@ -5,6 +5,7 @@ if LEDS_CLASS_FLASH
config LEDS_RT8515 config LEDS_RT8515
tristate "LED support for Richtek RT8515 flash/torch LED" tristate "LED support for Richtek RT8515 flash/torch LED"
depends on GPIOLIB depends on GPIOLIB
depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS
help help
This option enables support for the Richtek RT8515 flash This option enables support for the Richtek RT8515 flash
and torch LEDs found on some mobile phones. and torch LEDs found on some mobile phones.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment