Skip to content

Commit ca6d73f

Browse files
committed
video: fbdev: remove dead old CLPS711x LCD support driver
Since commit c86f517 ("ARM: clps711x: Switch to MULTIPLATFORM") ARCH_CLPS711X depends on ARCH_MULTIPLATFORM to be enabled so the old CLPS711x LCD support driver (enabled by the FB_CLPS711X_OLD config option) can't be selected any longer. Remove all FB_CLPS711XX_OLD code as it has been dead for over 2 years now. Please note that the new CLPS711x LCD support driver (enabled by the FB_CLPS711X config option) is still available in the kernel tree. Reviewed-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
1 parent 64f83a8 commit ca6d73f

File tree

3 files changed

+0
-322
lines changed

3 files changed

+0
-322
lines changed

drivers/video/fbdev/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ config FB_CMDLINE
88
config FB_NOTIFY
99
bool
1010

11-
config FB_CLPS711X_OLD
12-
tristate
13-
select FB_CFB_FILLRECT
14-
select FB_CFB_COPYAREA
15-
select FB_CFB_IMAGEBLIT
16-
1711
menuconfig FB
1812
tristate "Support for frame buffer devices"
1913
select FB_CMDLINE
@@ -338,7 +332,6 @@ config FB_ACORN
338332
config FB_CLPS711X
339333
tristate "CLPS711X LCD support"
340334
depends on FB && (ARCH_CLPS711X || COMPILE_TEST)
341-
select FB_CLPS711X_OLD if ARCH_CLPS711X && !ARCH_MULTIPLATFORM
342335
select BACKLIGHT_LCD_SUPPORT
343336
select FB_MODE_HELPERS
344337
select FB_SYS_FILLRECT

drivers/video/fbdev/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ obj-$(CONFIG_FB_WMT_GE_ROPS) += wmt_ge_rops.o
1414
obj-$(CONFIG_FB_AMIGA) += amifb.o c2p_planar.o
1515
obj-$(CONFIG_FB_ARC) += arcfb.o
1616
obj-$(CONFIG_FB_CLPS711X) += clps711x-fb.o
17-
obj-$(CONFIG_FB_CLPS711X_OLD) += clps711xfb.o
1817
obj-$(CONFIG_FB_CYBER2000) += cyber2000fb.o
1918
obj-$(CONFIG_FB_GRVGA) += grvga.o
2019
obj-$(CONFIG_FB_PM2) += pm2fb.o

drivers/video/fbdev/clps711xfb.c

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

0 commit comments

Comments
 (0)