diff options
author | David S. Miller <davem@davemloft.net> | 2010-03-13 16:25:03 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-13 16:25:03 -0800 |
commit | 2d378b9179881b46a0faf11430efb421fe03ddd8 (patch) | |
tree | 1f65ae4340bef3fdf11de7ced150d939f602461c /drivers/video/Kconfig | |
parent | 77d3926306bf4eecac50150ba5625797219f14ba (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/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 5a5c303a637..a5755b88de2 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -909,6 +909,18 @@ config FB_XVR2500 mostly initialized the card already. It is treated as a completely dumb framebuffer device. +config FB_XVR1000 + bool "Sun XVR-1000 support" + depends on SPARC64 + select FB_CFB_FILLRECT + select FB_CFB_COPYAREA + select FB_CFB_IMAGEBLIT + help + This is the framebuffer device for the Sun XVR-1000 and similar + graphics cards. The driver only works on sparc64 systems where + the system firmware has mostly initialized the card already. It + is treated as a completely dumb framebuffer device. + config FB_PVR2 tristate "NEC PowerVR 2 display support" depends on FB && SH_DREAMCAST |