diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 3f3ce13fef43..593bbc731016 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2021,17 +2021,19 @@ config FB_COBALT | |||
2021 | depends on FB && MIPS_COBALT | 2021 | depends on FB && MIPS_COBALT |
2022 | 2022 | ||
2023 | config FB_SH7760 | 2023 | config FB_SH7760 |
2024 | bool "SH7760/SH7763 LCDC support" | 2024 | bool "SH7760/SH7763/SH7720/SH7721 LCDC support" |
2025 | depends on FB && (CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7763) | 2025 | depends on FB && (CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7763 \ |
2026 | select FB_CFB_FILLRECT | 2026 | || CPU_SUBTYPE_SH7720 || CPU_SUBTYPE_SH7721) |
2027 | select FB_CFB_COPYAREA | 2027 | select FB_CFB_FILLRECT |
2028 | select FB_CFB_IMAGEBLIT | 2028 | select FB_CFB_COPYAREA |
2029 | help | 2029 | select FB_CFB_IMAGEBLIT |
2030 | Support for the SH7760/SH7763 integrated (D)STN/TFT LCD Controller. | 2030 | ---help--- |
2031 | Supports display resolutions up to 1024x1024 pixel, grayscale and | 2031 | Support for the SH7760/SH7763/SH7720/SH7721 integrated |
2032 | color operation, with depths ranging from 1 bpp to 8 bpp monochrome | 2032 | (D)STN/TFT LCD Controller. |
2033 | and 8, 15 or 16 bpp color; 90 degrees clockwise display rotation for | 2033 | Supports display resolutions up to 1024x1024 pixel, grayscale and |
2034 | panels <= 320 pixel horizontal resolution. | 2034 | color operation, with depths ranging from 1 bpp to 8 bpp monochrome |
2035 | and 8, 15 or 16 bpp color; 90 degrees clockwise display rotation for | ||
2036 | panels <= 320 pixel horizontal resolution. | ||
2035 | 2037 | ||
2036 | config FB_VIRTUAL | 2038 | config FB_VIRTUAL |
2037 | tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" | 2039 | tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" |