diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2019-01-17 14:33:35 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2019-04-03 12:15:57 +0200 |
commit | 8c5dc8d9f19c7992b5ed557b865127a80149041b (patch) | |
tree | 8f7dee732082dd97a9d99f36251e1c73e7aee249 /drivers/gpu/drm/tilcdc | |
parent | Linux 5.1-rc1 (diff) | |
download | linux-8c5dc8d9f19c7992b5ed557b865127a80149041b.tar.xz 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 'drivers/gpu/drm/tilcdc')
-rw-r--r-- | drivers/gpu/drm/tilcdc/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tilcdc/Kconfig b/drivers/gpu/drm/tilcdc/Kconfig index 52598049c096..cb7df2086aee 100644 --- a/drivers/gpu/drm/tilcdc/Kconfig +++ b/drivers/gpu/drm/tilcdc/Kconfig @@ -8,7 +8,6 @@ config DRM_TILCDC select DRM_PANEL_BRIDGE select VIDEOMODE_HELPERS select BACKLIGHT_CLASS_DEVICE - select BACKLIGHT_LCD_SUPPORT help Choose this option if you have an TI SoC with LCDC display controller, for example AM33xx in beagle-bone, DA8xx, or |