aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2010-03-13 19:25:03 -0500
committerDavid S. Miller <davem@davemloft.net>2010-03-13 19:25:03 -0500
commit2d378b9179881b46a0faf11430efb421fe03ddd8 (patch)
tree1f65ae4340bef3fdf11de7ced150d939f602461c /drivers/video/Kconfig
parent77d3926306bf4eecac50150ba5625797219f14ba (diff)
sparc64: Add very basic XVR-1000 framebuffer driver.
Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Frans van Berckel <fberckel@xs4all.nl>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig12
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
912config 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
912config FB_PVR2 924config 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