aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2007-05-07 01:45:50 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-05-07 01:45:50 -0400
commit71227521459872c321e7a581e82723bbc1aa33e1 (patch)
tree3e232a92291998a1a274b8171d5741bb4a7df472 /drivers/video/Kconfig
parent453e93b348ebabc517149b9d9a05042a3c1ccc82 (diff)
[VIDEO]: Add Sun XVR-2500 framebuffer driver.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 0a614beb5fb..344c3759530 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -1396,6 +1396,19 @@ config FB_XVR500
1396 mostly initialized the card already. It is treated as a 1396 mostly initialized the card already. It is treated as a
1397 completely dumb framebuffer device. 1397 completely dumb framebuffer device.
1398 1398
1399config FB_XVR2500
1400 bool "Sun XVR-2500 3DLABS Wildcat support"
1401 depends on FB && PCI && SPARC64
1402 select FB_CFB_FILLRECT
1403 select FB_CFB_COPYAREA
1404 select FB_CFB_IMAGEBLIT
1405 help
1406 This is the framebuffer device for the Sun XVR-2500 and similar
1407 graphics cards based upon the 3DLABS Wildcat chipset. The driver
1408 only works on sparc64 systems where the system firwmare has
1409 mostly initialized the card already. It is treated as a
1410 completely dumb framebuffer device.
1411
1399config FB_PCI 1412config FB_PCI
1400 bool "PCI framebuffers" 1413 bool "PCI framebuffers"
1401 depends on (FB = y) && PCI && SPARC 1414 depends on (FB = y) && PCI && SPARC