diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2019-01-17 08:33:35 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2019-04-03 06:15:57 -0400 |
commit | 8c5dc8d9f19c7992b5ed557b865127a80149041b (patch) | |
tree | 8f7dee732082dd97a9d99f36251e1c73e7aee249 /drivers/video/backlight | |
parent | 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b (diff) |
video: backlight: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbol
We have two *_CLASS_DEVICE kernel config options (LCD_CLASS_DEVICE
and BACKLIGHT_LCD_DEVICE) that do the same job.
The patch removes useless BACKLIGHT_LCD_SUPPORT option
and converts LCD_CLASS_DEVICE into a menu.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/video/backlight')
-rw-r--r-- | drivers/video/backlight/Kconfig | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index 71ee978c848f..3fdc18e85ff5 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
@@ -2,13 +2,7 @@ | |||
2 | # Backlight & LCD drivers configuration | 2 | # Backlight & LCD drivers configuration |
3 | # | 3 | # |
4 | 4 | ||
5 | menuconfig BACKLIGHT_LCD_SUPPORT | 5 | menu "Backlight & LCD device support" |
6 | bool "Backlight & LCD device support" | ||
7 | help | ||
8 | Enable this to be able to choose the drivers for controlling the | ||
9 | backlight and the LCD panel on some platforms, for example on PDAs. | ||
10 | |||
11 | if BACKLIGHT_LCD_SUPPORT | ||
12 | 6 | ||
13 | # | 7 | # |
14 | # LCD | 8 | # LCD |
@@ -466,4 +460,4 @@ config BACKLIGHT_RAVE_SP | |||
466 | 460 | ||
467 | endif # BACKLIGHT_CLASS_DEVICE | 461 | endif # BACKLIGHT_CLASS_DEVICE |
468 | 462 | ||
469 | endif # BACKLIGHT_LCD_SUPPORT | 463 | endmenu |