diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 1c60053439a9..6e16244f3ed1 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -912,6 +912,18 @@ config FB_XVR2500 | |||
912 | mostly initialized the card already. It is treated as a | 912 | mostly initialized the card already. It is treated as a |
913 | completely dumb framebuffer device. | 913 | completely dumb framebuffer device. |
914 | 914 | ||
915 | config FB_XVR1000 | ||
916 | bool "Sun XVR-1000 support" | ||
917 | depends on (FB = y) && SPARC64 | ||
918 | select FB_CFB_FILLRECT | ||
919 | select FB_CFB_COPYAREA | ||
920 | select FB_CFB_IMAGEBLIT | ||
921 | help | ||
922 | This is the framebuffer device for the Sun XVR-1000 and similar | ||
923 | graphics cards. The driver only works on sparc64 systems where | ||
924 | the system firmware has mostly initialized the card already. It | ||
925 | is treated as a completely dumb framebuffer device. | ||
926 | |||
915 | config FB_PVR2 | 927 | config FB_PVR2 |
916 | tristate "NEC PowerVR 2 display support" | 928 | tristate "NEC PowerVR 2 display support" |
917 | depends on FB && SH_DREAMCAST | 929 | depends on FB && SH_DREAMCAST |
@@ -1869,7 +1881,7 @@ config FB_W100 | |||
1869 | 1881 | ||
1870 | config FB_SH_MOBILE_LCDC | 1882 | config FB_SH_MOBILE_LCDC |
1871 | tristate "SuperH Mobile LCDC framebuffer support" | 1883 | tristate "SuperH Mobile LCDC framebuffer support" |
1872 | depends on FB && SUPERH && HAVE_CLK | 1884 | depends on FB && (SUPERH || ARCH_SHMOBILE) && HAVE_CLK |
1873 | select FB_SYS_FILLRECT | 1885 | select FB_SYS_FILLRECT |
1874 | select FB_SYS_COPYAREA | 1886 | select FB_SYS_COPYAREA |
1875 | select FB_SYS_IMAGEBLIT | 1887 | select FB_SYS_IMAGEBLIT |