diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 7e5010dcaff5..9a256d2ff9dc 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1415,6 +1415,20 @@ config FB_TRIDENT_ACCEL | |||
1415 | This will compile the Trident frame buffer device with | 1415 | This will compile the Trident frame buffer device with |
1416 | acceleration functions. | 1416 | acceleration functions. |
1417 | 1417 | ||
1418 | config FB_ARK | ||
1419 | tristate "ARK 2000PV support" | ||
1420 | depends on FB && PCI | ||
1421 | select FB_CFB_FILLRECT | ||
1422 | select FB_CFB_COPYAREA | ||
1423 | select FB_CFB_IMAGEBLIT | ||
1424 | select FB_TILEBLITTING | ||
1425 | select FB_SVGALIB | ||
1426 | select VGASTATE | ||
1427 | select FONT_8x16 if FRAMEBUFFER_CONSOLE | ||
1428 | ---help--- | ||
1429 | Driver for PCI graphics boards with ARK 2000PV chip | ||
1430 | and ICS 5342 RAMDAC. | ||
1431 | |||
1418 | config FB_PM3 | 1432 | config FB_PM3 |
1419 | tristate "Permedia3 support" | 1433 | tristate "Permedia3 support" |
1420 | depends on FB && PCI && BROKEN | 1434 | depends on FB && PCI && BROKEN |