Skip to content

Commit 187a603

Browse files
committed
video: fbdev: remove unused sh_mobile_meram driver
Since commit a521422 ("ARM: shmobile: mackerel: Remove Legacy C board code") MERAM functionality is unused. Remove it. Reviewed-by: Simon Horman <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Acked-by: Laurent Pinchart <[email protected]> Acked-by: Daniel Vetter <[email protected]> Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
1 parent e7deb3c commit 187a603

File tree

4 files changed

+0
-862
lines changed

4 files changed

+0
-862
lines changed

drivers/video/fbdev/Kconfig

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2312,18 +2312,6 @@ source "drivers/video/fbdev/omap/Kconfig"
23122312
source "drivers/video/fbdev/omap2/Kconfig"
23132313
source "drivers/video/fbdev/mmp/Kconfig"
23142314

2315-
config FB_SH_MOBILE_MERAM
2316-
tristate "SuperH Mobile MERAM read ahead support"
2317-
depends on ARCH_SHMOBILE
2318-
select GENERIC_ALLOCATOR
2319-
---help---
2320-
Enable MERAM support for the SuperH controller.
2321-
2322-
This will allow for caching of the framebuffer to provide more
2323-
reliable access under heavy main memory bus traffic situations.
2324-
Up to 4 memory channels can be configured, allowing 4 RGB or
2325-
2 YCbCr framebuffers to be configured.
2326-
23272315
config FB_SSD1307
23282316
tristate "Solomon SSD1307 framebuffer support"
23292317
depends on FB && I2C

drivers/video/fbdev/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ obj-$(CONFIG_FB_SM501) += sm501fb.o
113113
obj-$(CONFIG_FB_UDL) += udlfb.o
114114
obj-$(CONFIG_FB_SMSCUFX) += smscufx.o
115115
obj-$(CONFIG_FB_XILINX) += xilinxfb.o
116-
obj-$(CONFIG_FB_SH_MOBILE_MERAM) += sh_mobile_meram.o
117116
obj-$(CONFIG_FB_SH_MOBILE_LCDC) += sh_mobile_lcdcfb.o
118117
obj-$(CONFIG_FB_OMAP) += omap/
119118
obj-y += omap2/

0 commit comments

Comments
 (0)