summaryrefslogtreecommitdiffstats
path: root/arch/unicore32
diff options
context:
space:
mode:
authorAlexander Shiyan2019-01-17 14:33:35 +0100
committerLee Jones2019-04-03 12:15:57 +0200
commit8c5dc8d9f19c7992b5ed557b865127a80149041b (patch)
tree8f7dee732082dd97a9d99f36251e1c73e7aee249 /arch/unicore32
parentLinux 5.1-rc1 (diff)
downloadkernel-qcow2-linux-8c5dc8d9f19c7992b5ed557b865127a80149041b.tar.gz
kernel-qcow2-linux-8c5dc8d9f19c7992b5ed557b865127a80149041b.tar.xz
kernel-qcow2-linux-8c5dc8d9f19c7992b5ed557b865127a80149041b.zip
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 'arch/unicore32')
-rw-r--r--arch/unicore32/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/unicore32/Kconfig b/arch/unicore32/Kconfig
index 817d82608712..8cbcbb12372c 100644
--- a/arch/unicore32/Kconfig
+++ b/arch/unicore32/Kconfig
@@ -195,7 +195,6 @@ config I2C_EEPROM_AT24
config LCD_BACKLIGHT
tristate "LCD Backlight support"
- select BACKLIGHT_LCD_SUPPORT
select BACKLIGHT_PWM
endmenu