aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig33
1 files changed, 18 insertions, 15 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index bc2645db1587..6372f8b17b45 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -1894,10 +1894,11 @@ config FB_W100
1894config FB_SH_MOBILE_LCDC 1894config FB_SH_MOBILE_LCDC
1895 tristate "SuperH Mobile LCDC framebuffer support" 1895 tristate "SuperH Mobile LCDC framebuffer support"
1896 depends on FB && SUPERH 1896 depends on FB && SUPERH
1897 select FB_CFB_FILLRECT 1897 select FB_SYS_FILLRECT
1898 select FB_CFB_COPYAREA 1898 select FB_SYS_COPYAREA
1899 select FB_CFB_IMAGEBLIT 1899 select FB_SYS_IMAGEBLIT
1900 default m 1900 select FB_SYS_FOPS
1901 select FB_DEFERRED_IO
1901 ---help--- 1902 ---help---
1902 Frame buffer driver for the on-chip SH-Mobile LCD controller. 1903 Frame buffer driver for the on-chip SH-Mobile LCD controller.
1903 1904
@@ -2026,17 +2027,19 @@ config FB_COBALT
2026 depends on FB && MIPS_COBALT 2027 depends on FB && MIPS_COBALT
2027 2028
2028config FB_SH7760 2029config FB_SH7760
2029 bool "SH7760/SH7763 LCDC support" 2030 bool "SH7760/SH7763/SH7720/SH7721 LCDC support"
2030 depends on FB && (CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7763) 2031 depends on FB && (CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7763 \
2031 select FB_CFB_FILLRECT 2032 || CPU_SUBTYPE_SH7720 || CPU_SUBTYPE_SH7721)
2032 select FB_CFB_COPYAREA 2033 select FB_CFB_FILLRECT
2033 select FB_CFB_IMAGEBLIT 2034 select FB_CFB_COPYAREA
2034 help 2035 select FB_CFB_IMAGEBLIT
2035 Support for the SH7760/SH7763 integrated (D)STN/TFT LCD Controller. 2036 ---help---
2036 Supports display resolutions up to 1024x1024 pixel, grayscale and 2037 Support for the SH7760/SH7763/SH7720/SH7721 integrated
2037 color operation, with depths ranging from 1 bpp to 8 bpp monochrome 2038 (D)STN/TFT LCD Controller.
2038 and 8, 15 or 16 bpp color; 90 degrees clockwise display rotation for 2039 Supports display resolutions up to 1024x1024 pixel, grayscale and
2039 panels <= 320 pixel horizontal resolution. 2040 color operation, with depths ranging from 1 bpp to 8 bpp monochrome
2041 and 8, 15 or 16 bpp color; 90 degrees clockwise display rotation for
2042 panels <= 320 pixel horizontal resolution.
2040 2043
2041config FB_VIRTUAL 2044config FB_VIRTUAL
2042 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" 2045 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"