diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 2d89d0e9bcf4..344c37595305 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1383,6 +1383,32 @@ 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 | |||
1399 | config 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 | |||
1386 | config FB_PCI | 1412 | config FB_PCI |
1387 | bool "PCI framebuffers" | 1413 | bool "PCI framebuffers" |
1388 | depends on (FB = y) && PCI && SPARC | 1414 | depends on (FB = y) && PCI && SPARC |