|
@@ -2013,19 +2013,6 @@ config FB_SH_MOBILE_HDMI
|
|
---help---
|
|
---help---
|
|
Driver for the on-chip SH-Mobile HDMI controller.
|
|
Driver for the on-chip SH-Mobile HDMI controller.
|
|
|
|
|
|
-config FB_SH_MOBILE_MERAM
|
|
|
|
- tristate "SuperH Mobile MERAM read ahead support for LCDC"
|
|
|
|
- depends on FB_SH_MOBILE_LCDC
|
|
|
|
- select GENERIC_ALLOCATOR
|
|
|
|
- default y
|
|
|
|
- ---help---
|
|
|
|
- Enable MERAM support for the SH-Mobile LCD controller.
|
|
|
|
-
|
|
|
|
- This will allow for caching of the framebuffer to provide more
|
|
|
|
- reliable access under heavy main memory bus traffic situations.
|
|
|
|
- Up to 4 memory channels can be configured, allowing 4 RGB or
|
|
|
|
- 2 YCbCr framebuffers to be configured.
|
|
|
|
-
|
|
|
|
config FB_TMIO
|
|
config FB_TMIO
|
|
tristate "Toshiba Mobile IO FrameBuffer support"
|
|
tristate "Toshiba Mobile IO FrameBuffer support"
|
|
depends on FB && MFD_CORE
|
|
depends on FB && MFD_CORE
|
|
@@ -2436,4 +2423,16 @@ if FB || SGI_NEWPORT_CONSOLE
|
|
source "drivers/video/logo/Kconfig"
|
|
source "drivers/video/logo/Kconfig"
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+config FB_SH_MOBILE_MERAM
|
|
|
|
+ tristate "SuperH Mobile MERAM read ahead support"
|
|
|
|
+ depends on (SUPERH || ARCH_SHMOBILE)
|
|
|
|
+ select GENERIC_ALLOCATOR
|
|
|
|
+ ---help---
|
|
|
|
+ Enable MERAM support for the SuperH controller.
|
|
|
|
+
|
|
|
|
+ This will allow for caching of the framebuffer to provide more
|
|
|
|
+ reliable access under heavy main memory bus traffic situations.
|
|
|
|
+ Up to 4 memory channels can be configured, allowing 4 RGB or
|
|
|
|
+ 2 YCbCr framebuffers to be configured.
|
|
|
|
+
|
|
endmenu
|
|
endmenu
|