diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 5a5c303a6373..a5755b88de2a 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -909,6 +909,18 @@ config FB_XVR2500 | |||
909 | mostly initialized the card already. It is treated as a | 909 | mostly initialized the card already. It is treated as a |
910 | completely dumb framebuffer device. | 910 | completely dumb framebuffer device. |
911 | 911 | ||
912 | config FB_XVR1000 | ||
913 | bool "Sun XVR-1000 support" | ||
914 | depends on SPARC64 | ||
915 | select FB_CFB_FILLRECT | ||
916 | select FB_CFB_COPYAREA | ||
917 | select FB_CFB_IMAGEBLIT | ||
918 | help | ||
919 | This is the framebuffer device for the Sun XVR-1000 and similar | ||
920 | graphics cards. The driver only works on sparc64 systems where | ||
921 | the system firmware has mostly initialized the card already. It | ||
922 | is treated as a completely dumb framebuffer device. | ||
923 | |||
912 | config FB_PVR2 | 924 | config FB_PVR2 |
913 | tristate "NEC PowerVR 2 display support" | 925 | tristate "NEC PowerVR 2 display support" |
914 | depends on FB && SH_DREAMCAST | 926 | depends on FB && SH_DREAMCAST |