diff options
author | Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> | 2008-07-24 00:31:46 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-24 13:47:41 -0400 |
commit | 4a25e41831ee851c1365d8b41decc22493b18e6d (patch) | |
tree | 0612f52c1588f314df12a26059418a462ac69acc /drivers/video/Kconfig | |
parent | c6b044d6bab5e2878d408666469362fc200a889a (diff) |
video: sh7760fb: SH7760/SH7763 LCDC framebuffer driver
Framebuffer driver for the SH7760/SH7763 integrated LCD controller.
Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Reviewed-by: Paul Mundt <lethal@linux-sh.org>
Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: Siegfried Schaefer <s.schaefer@schaefer-edv.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index c1b7db843411..70d135e0cc47 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1991,6 +1991,19 @@ config FB_COBALT | |||
1991 | tristate "Cobalt server LCD frame buffer support" | 1991 | tristate "Cobalt server LCD frame buffer support" |
1992 | depends on FB && MIPS_COBALT | 1992 | depends on FB && MIPS_COBALT |
1993 | 1993 | ||
1994 | config FB_SH7760 | ||
1995 | bool "SH7760/SH7763 LCDC support" | ||
1996 | depends on FB && (CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7763) | ||
1997 | select FB_CFB_FILLRECT | ||
1998 | select FB_CFB_COPYAREA | ||
1999 | select FB_CFB_IMAGEBLIT | ||
2000 | help | ||
2001 | Support for the SH7760/SH7763 integrated (D)STN/TFT LCD Controller. | ||
2002 | Supports display resolutions up to 1024x1024 pixel, grayscale and | ||
2003 | color operation, with depths ranging from 1 bpp to 8 bpp monochrome | ||
2004 | and 8, 15 or 16 bpp color; 90 degrees clockwise display rotation for | ||
2005 | panels <= 320 pixel horizontal resolution. | ||
2006 | |||
1994 | config FB_VIRTUAL | 2007 | config FB_VIRTUAL |
1995 | tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" | 2008 | tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" |
1996 | depends on FB | 2009 | depends on FB |