Skip to content

Commit

Permalink
fbdev: omapfb: remove unused board support
Browse files Browse the repository at this point in the history
A number of omap1 based board files got removed, so the corresponding
framebuffer drivers are no longer used. The remaining ones are for
ams_delta, osk and palmTE, which are still part of the mainline kernel.

Cc: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Cc: linux-omap@vger.kernel.org
Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Angelo Arrifano <miknix@gmail.com>
Cc: Imre Deak <imre.deak@intel.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Arnd Bergmann committed Jan 12, 2023
1 parent ab5043e commit 4a8fda6
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 448 deletions.
9 changes: 0 additions & 9 deletions drivers/video/fbdev/omap/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,6 @@ config FB_OMAP_LCD_MIPID
the Mobile Industry Processor Interface DBI-C/DCS
specification. (Supported LCDs: Philips LPH8923, Sharp LS041Y3)

config FB_OMAP_LCD_H3
bool "TPS65010 LCD controller on OMAP-H3"
depends on MACH_OMAP_H3 || COMPILE_TEST
depends on TPS65010=y
default y
help
Say Y here if you want to have support for the LCD on the
H3 board.

config FB_OMAP_DMA_TUNE
bool "Set DMA SDRAM access priority high"
depends on FB_OMAP
Expand Down
6 changes: 0 additions & 6 deletions drivers/video/fbdev/omap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,10 @@ objs-y$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += sossi.o
objs-y$(CONFIG_FB_OMAP_LCDC_HWA742) += hwa742.o

lcds-y$(CONFIG_MACH_AMS_DELTA) += lcd_ams_delta.o
lcds-y$(CONFIG_FB_OMAP_LCD_H3) += lcd_h3.o
lcds-y$(CONFIG_MACH_OMAP_PALMTE) += lcd_palmte.o
lcds-y$(CONFIG_MACH_OMAP_PALMTT) += lcd_palmtt.o
lcds-y$(CONFIG_MACH_OMAP_PALMZ71) += lcd_palmz71.o
lcds-$(CONFIG_ARCH_OMAP16XX)$(CONFIG_MACH_OMAP_INNOVATOR) += lcd_inn1610.o
lcds-$(CONFIG_ARCH_OMAP15XX)$(CONFIG_MACH_OMAP_INNOVATOR) += lcd_inn1510.o
lcds-y$(CONFIG_MACH_OMAP_OSK) += lcd_osk.o

lcds-y$(CONFIG_FB_OMAP_LCD_MIPID) += lcd_mipid.o
lcds-y$(CONFIG_MACH_HERALD) += lcd_htcherald.o

omapfb-objs := $(objs-yy)

Expand Down
82 changes: 0 additions & 82 deletions drivers/video/fbdev/omap/lcd_h3.c

This file was deleted.

59 changes: 0 additions & 59 deletions drivers/video/fbdev/omap/lcd_htcherald.c

This file was deleted.

69 changes: 0 additions & 69 deletions drivers/video/fbdev/omap/lcd_inn1510.c

This file was deleted.

99 changes: 0 additions & 99 deletions drivers/video/fbdev/omap/lcd_inn1610.c

This file was deleted.

Loading

0 comments on commit 4a8fda6

Please sign in to comment.