Skip to content

Commit 64c03ab

Browse files
krzkLee Jones
authored andcommitted
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>
1 parent 7cea645 commit 64c03ab

File tree

5 files changed

+0
-1159
lines changed

5 files changed

+0
-1159
lines changed

Documentation/ABI/testing/sysfs-class-lcd-s6e63m0

Lines changed: 0 additions & 27 deletions
This file was deleted.

drivers/video/backlight/Kconfig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,6 @@ config LCD_HP700
111111
If you have an HP Jornada 700 series handheld (710/720/728)
112112
say Y to enable LCD control driver.
113113

114-
config LCD_S6E63M0
115-
tristate "S6E63M0 AMOLED LCD Driver"
116-
depends on SPI && BACKLIGHT_CLASS_DEVICE
117-
default n
118-
help
119-
If you have an S6E63M0 LCD Panel, say Y to enable its
120-
LCD control driver.
121-
122114
config LCD_LD9040
123115
tristate "LD9040 AMOLED LCD Driver"
124116
depends on SPI && BACKLIGHT_CLASS_DEVICE

drivers/video/backlight/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ obj-$(CONFIG_LCD_LMS501KF03) += lms501kf03.o
1515
obj-$(CONFIG_LCD_LTV350QV) += ltv350qv.o
1616
obj-$(CONFIG_LCD_OTM3225A) += otm3225a.o
1717
obj-$(CONFIG_LCD_PLATFORM) += platform_lcd.o
18-
obj-$(CONFIG_LCD_S6E63M0) += s6e63m0.o
1918
obj-$(CONFIG_LCD_TDO24M) += tdo24m.o
2019
obj-$(CONFIG_LCD_TOSA) += tosa_lcd.o
2120
obj-$(CONFIG_LCD_VGG2432A4) += vgg2432a4.o

0 commit comments

Comments
 (0)