diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-05-07 01:45:08 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-07 01:45:08 -0400 |
commit | 453e93b348ebabc517149b9d9a05042a3c1ccc82 (patch) | |
tree | 45802825f5df4eab1ac640057890072350c2e8b6 /drivers/video/Kconfig | |
parent | 861fe90656b8e20d750d73c57088dc52d316ce7b (diff) |
[VIDEO]: Add Sun XVR-500 framebuffer driver.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 2d89d0e9bcf4..0a614beb5fb9 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1383,6 +1383,19 @@ config FB_LEO | |||
1383 | This is the frame buffer device driver for the SBUS-based Sun ZX | 1383 | This is the frame buffer device driver for the SBUS-based Sun ZX |
1384 | (leo) frame buffer cards. | 1384 | (leo) frame buffer cards. |
1385 | 1385 | ||
1386 | config FB_XVR500 | ||
1387 | bool "Sun XVR-500 3DLABS Wildcat support" | ||
1388 | depends on FB && PCI && SPARC64 | ||
1389 | select FB_CFB_FILLRECT | ||
1390 | select FB_CFB_COPYAREA | ||
1391 | select FB_CFB_IMAGEBLIT | ||
1392 | help | ||
1393 | This is the framebuffer device for the Sun XVR-500 and similar | ||
1394 | graphics cards based upon the 3DLABS Wildcat chipset. The driver | ||
1395 | only works on sparc64 systems where the system firwmare has | ||
1396 | mostly initialized the card already. It is treated as a | ||
1397 | completely dumb framebuffer device. | ||
1398 | |||
1386 | config FB_PCI | 1399 | config FB_PCI |
1387 | bool "PCI framebuffers" | 1400 | bool "PCI framebuffers" |
1388 | depends on (FB = y) && PCI && SPARC | 1401 | depends on (FB = y) && PCI && SPARC |