diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 39 |
1 files changed, 34 insertions, 5 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index b1cb72c3780f..344c37595305 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -191,7 +191,7 @@ config FB_ARMCLCD | |||
191 | 191 | ||
192 | If you want to compile this as a module (=code which can be | 192 | If you want to compile this as a module (=code which can be |
193 | inserted into and removed from the running kernel), say M | 193 | inserted into and removed from the running kernel), say M |
194 | here and read <file:Documentation/modules.txt>. The module | 194 | here and read <file:Documentation/kbuild/modules.txt>. The module |
195 | will be called amba-clcd. | 195 | will be called amba-clcd. |
196 | 196 | ||
197 | choice | 197 | choice |
@@ -389,7 +389,10 @@ config FB_ARC | |||
389 | 389 | ||
390 | config FB_ATARI | 390 | config FB_ATARI |
391 | bool "Atari native chipset support" | 391 | bool "Atari native chipset support" |
392 | depends on (FB = y) && ATARI && BROKEN | 392 | depends on (FB = y) && ATARI |
393 | select FB_CFB_FILLRECT | ||
394 | select FB_CFB_COPYAREA | ||
395 | select FB_CFB_IMAGEBLIT | ||
393 | help | 396 | help |
394 | This is the frame buffer device driver for the builtin graphics | 397 | This is the frame buffer device driver for the builtin graphics |
395 | chipset found in Ataris. | 398 | chipset found in Ataris. |
@@ -1380,6 +1383,32 @@ config FB_LEO | |||
1380 | 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 |
1381 | (leo) frame buffer cards. | 1384 | (leo) frame buffer cards. |
1382 | 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 | |||
1383 | config FB_PCI | 1412 | config FB_PCI |
1384 | bool "PCI framebuffers" | 1413 | bool "PCI framebuffers" |
1385 | depends on (FB = y) && PCI && SPARC | 1414 | depends on (FB = y) && PCI && SPARC |
@@ -1491,7 +1520,7 @@ config FB_PXA | |||
1491 | This driver is also available as a module ( = code which can be | 1520 | This driver is also available as a module ( = code which can be |
1492 | inserted and removed from the running kernel whenever you want). The | 1521 | inserted and removed from the running kernel whenever you want). The |
1493 | module will be called pxafb. If you want to compile it as a module, | 1522 | module will be called pxafb. If you want to compile it as a module, |
1494 | say M here and read <file:Documentation/modules.txt>. | 1523 | say M here and read <file:Documentation/kbuild/modules.txt>. |
1495 | 1524 | ||
1496 | If unsure, say N. | 1525 | If unsure, say N. |
1497 | 1526 | ||
@@ -1544,7 +1573,7 @@ config FB_W100 | |||
1544 | This driver is also available as a module ( = code which can be | 1573 | This driver is also available as a module ( = code which can be |
1545 | inserted and removed from the running kernel whenever you want). The | 1574 | inserted and removed from the running kernel whenever you want). The |
1546 | module will be called w100fb. If you want to compile it as a module, | 1575 | module will be called w100fb. If you want to compile it as a module, |
1547 | say M here and read <file:Documentation/modules.txt>. | 1576 | say M here and read <file:Documentation/kbuild/modules.txt>. |
1548 | 1577 | ||
1549 | If unsure, say N. | 1578 | If unsure, say N. |
1550 | 1579 | ||
@@ -1561,7 +1590,7 @@ config FB_S3C2410 | |||
1561 | This driver is also available as a module ( = code which can be | 1590 | This driver is also available as a module ( = code which can be |
1562 | inserted and removed from the running kernel whenever you want). The | 1591 | inserted and removed from the running kernel whenever you want). The |
1563 | module will be called s3c2410fb. If you want to compile it as a module, | 1592 | module will be called s3c2410fb. If you want to compile it as a module, |
1564 | say M here and read <file:Documentation/modules.txt>. | 1593 | say M here and read <file:Documentation/kbuild/modules.txt>. |
1565 | 1594 | ||
1566 | If unsure, say N. | 1595 | If unsure, say N. |
1567 | config FB_S3C2410_DEBUG | 1596 | config FB_S3C2410_DEBUG |