aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2010-03-13 16:25:03 -0800
committerDavid S. Miller <davem@davemloft.net>2010-03-13 16:25:03 -0800
commit2d378b9179881b46a0faf11430efb421fe03ddd8 (patch)
tree1f65ae4340bef3fdf11de7ced150d939f602461c /drivers/video/Kconfig
parent77d3926306bf4eecac50150ba5625797219f14ba (diff)
downloadkernel_samsung_smdk4412-2d378b9179881b46a0faf11430efb421fe03ddd8.zip
kernel_samsung_smdk4412-2d378b9179881b46a0faf11430efb421fe03ddd8.tar.gz
kernel_samsung_smdk4412-2d378b9179881b46a0faf11430efb421fe03ddd8.tar.bz2
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 5a5c303..a5755b8 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