aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorDamian <dhobsong@igel.co.jp>2011-05-18 07:10:07 -0400
committerPaul Mundt <lethal@linux-sh.org>2011-05-23 03:06:24 -0400
commit7caa4342ca5b37d2d178b464c16badd4228b3b7b (patch)
tree0111e05278facfc0eb92c46b80c577d1e1e694e4 /drivers/video/Kconfig
parent71a8638480eb8fb6cfabe2ee9ca3fbc6e3453a14 (diff)
sh_mobile_meram: MERAM framework for LCDC
Based on the patch by Takanari Hayama <taki@igel.co.jp> Adds support framework necessary to use Media RAM (MERAM) caching functionality with the LCDC. The MERAM is accessed through up to 4 Interconnect Buffers (ICBs). ICB numbers and MERAM address ranges to use are specified in by filling in the .meram_cfg member of the LCDC platform data Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 6d139679eb7a..a0282b133bcc 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -1986,6 +1986,18 @@ config FB_SH_MOBILE_HDMI
1986 ---help--- 1986 ---help---
1987 Driver for the on-chip SH-Mobile HDMI controller. 1987 Driver for the on-chip SH-Mobile HDMI controller.
1988 1988
1989config FB_SH_MOBILE_MERAM
1990 tristate "SuperH Mobile MERAM read ahead support for LCDC"
1991 depends on FB_SH_MOBILE_LCDC
1992 default y
1993 ---help---
1994 Enable MERAM support for the SH-Mobile LCD controller.
1995
1996 This will allow for caching of the framebuffer to provide more
1997 reliable access under heavy main memory bus traffic situations.
1998 Up to 4 memory channels can be configured, allowing 4 RGB or
1999 2 YCbCr framebuffers to be configured.
2000
1989config FB_TMIO 2001config FB_TMIO
1990 tristate "Toshiba Mobile IO FrameBuffer support" 2002 tristate "Toshiba Mobile IO FrameBuffer support"
1991 depends on FB && MFD_CORE 2003 depends on FB && MFD_CORE