Commit 5c72f303 authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu Committed by Paul Mundt

sh: sh7760fb: Add support SH7720/SH7721 of Renesas

SH7720 and 7721 has IP of Frame Buffer same as SH7760.
This driver can support these.
Signed-off-by: default avatarNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 679dc3c9
...@@ -2021,17 +2021,19 @@ config FB_COBALT ...@@ -2021,17 +2021,19 @@ config FB_COBALT
depends on FB && MIPS_COBALT depends on FB && MIPS_COBALT
config FB_SH7760 config FB_SH7760
bool "SH7760/SH7763 LCDC support" bool "SH7760/SH7763/SH7720/SH7721 LCDC support"
depends on FB && (CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7763) depends on FB && (CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7763 \
select FB_CFB_FILLRECT || CPU_SUBTYPE_SH7720 || CPU_SUBTYPE_SH7721)
select FB_CFB_COPYAREA select FB_CFB_FILLRECT
select FB_CFB_IMAGEBLIT select FB_CFB_COPYAREA
help select FB_CFB_IMAGEBLIT
Support for the SH7760/SH7763 integrated (D)STN/TFT LCD Controller. ---help---
Supports display resolutions up to 1024x1024 pixel, grayscale and Support for the SH7760/SH7763/SH7720/SH7721 integrated
color operation, with depths ranging from 1 bpp to 8 bpp monochrome (D)STN/TFT LCD Controller.
and 8, 15 or 16 bpp color; 90 degrees clockwise display rotation for Supports display resolutions up to 1024x1024 pixel, grayscale and
panels <= 320 pixel horizontal resolution. color operation, with depths ranging from 1 bpp to 8 bpp monochrome
and 8, 15 or 16 bpp color; 90 degrees clockwise display rotation for
panels <= 320 pixel horizontal resolution.
config FB_VIRTUAL config FB_VIRTUAL
tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment