diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-05-28 22:24:01 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2021-07-12 10:30:05 +0200 |
commit | eb5a4422e448a8200ddaafef0cc16db3f45ec1f8 (patch) | |
tree | b91d1fbc27d1ed79a14ea4e1bead7e14fa1d6e53 /drivers/leds/Kconfig | |
parent | f5d69f6290a37f5579ef24334d5bf8a59bb13ef4 (diff) | |
download | linux-eb5a4422e448a8200ddaafef0cc16db3f45ec1f8.tar.gz linux-eb5a4422e448a8200ddaafef0cc16db3f45ec1f8.tar.bz2 linux-eb5a4422e448a8200ddaafef0cc16db3f45ec1f8.zip |
leds: max77693: Move driver to flash subdirectory
We created a subdirectory for LED drivers that depend on
CONFIG_LEDS_CLASS_FLASH, and this driver does so let's
move it there.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index cfa6b8194b6b..723de0d30039 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -680,17 +680,6 @@ config LEDS_MAX77650 help LEDs driver for MAX77650 family of PMICs from Maxim Integrated. -config LEDS_MAX77693 - tristate "LED support for MAX77693 Flash" - depends on LEDS_CLASS_FLASH - depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS - depends on MFD_MAX77693 - depends on OF - help - This option enables support for the flash part of the MAX77693 - multifunction device. It has build in control for two leds in flash - and torch mode. - config LEDS_MAX8997 tristate "LED support for MAX8997 PMIC" depends on LEDS_CLASS && MFD_MAX8997 |