diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2018-09-27 19:55:40 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2018-10-09 12:59:09 +0300 |
commit | 64c03ab0d509d8edf6f331105b19c400b72f0832 (patch) | |
tree | 8a4244fb4b24c7d2f077762df3e3d2600de2098a /drivers/video/backlight/Kconfig | |
parent | 7cea645ae9c5a54aa7904fddb2cdf250acd63a6c (diff) | |
download | linux-64c03ab0d509d8edf6f331105b19c400b72f0832.tar.xz |
backlight: Remove s6e63m0 driver
The driver for S6E63M0 AMOLED LCD panel is not used. It does not
support DeviceTree and respective possible users (S5Pv210 Aquila and
Goni boards) are DeviceTree-only.
Suggested-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Jingoo Han <jingoohan1@gmail.com>
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r-- | drivers/video/backlight/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index 2919e2334052..2373c3cec0c3 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig @@ -111,14 +111,6 @@ config LCD_HP700 If you have an HP Jornada 700 series handheld (710/720/728) say Y to enable LCD control driver. -config LCD_S6E63M0 - tristate "S6E63M0 AMOLED LCD Driver" - depends on SPI && BACKLIGHT_CLASS_DEVICE - default n - help - If you have an S6E63M0 LCD Panel, say Y to enable its - LCD control driver. - config LCD_LD9040 tristate "LD9040 AMOLED LCD Driver" depends on SPI && BACKLIGHT_CLASS_DEVICE |