Skip to content

Commit e1c9f2e

Browse files
krzkLee Jones
authored andcommitted
backlight: Remove ld9040 driver
The driver for LD9040 AMOLED LCD panel was superseded with DRM driver panel-samsung-ld9040.c. It does not support DeviceTree and respective possible user (Exynos4210 Universal C210) is DeviceTree-only and uses DRM version of driver. 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 64c03ab commit e1c9f2e

File tree

4 files changed

+0
-1022
lines changed

4 files changed

+0
-1022
lines changed

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_LD9040
115-
tristate "LD9040 AMOLED LCD Driver"
116-
depends on SPI && BACKLIGHT_CLASS_DEVICE
117-
default n
118-
help
119-
If you have an LD9040 Panel, say Y to enable its
120-
control driver.
121-
122114
config LCD_AMS369FG06
123115
tristate "AMS369FG06 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
@@ -9,7 +9,6 @@ obj-$(CONFIG_LCD_HX8357) += hx8357.o
99
obj-$(CONFIG_LCD_ILI922X) += ili922x.o
1010
obj-$(CONFIG_LCD_ILI9320) += ili9320.o
1111
obj-$(CONFIG_LCD_L4F00242T03) += l4f00242t03.o
12-
obj-$(CONFIG_LCD_LD9040) += ld9040.o
1312
obj-$(CONFIG_LCD_LMS283GF05) += lms283gf05.o
1413
obj-$(CONFIG_LCD_LMS501KF03) += lms501kf03.o
1514
obj-$(CONFIG_LCD_LTV350QV) += ltv350qv.o

0 commit comments

Comments
 (0)