diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2007-05-09 05:35:31 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-09 15:30:57 -0400 |
commit | 681e14730c73cc2c71af282c001de6bc71c22f00 (patch) | |
tree | 3dfb470010566c2085524d9ae7d4791a787e4aaf /drivers/video/Kconfig | |
parent | 558b7bd86c32978648cda5deb5c758d77ef0c165 (diff) |
arkfb: new framebuffer driver for ARK Logic cards
This patch adds fbdev driver for graphics cards with ARK Logic 2000PV graphics
chip with ICS 5342 ramdac.
[adaplas@gmail.com: build fixes]
Signed-off-by: Ondrej Zajicek <santiago@crfreenet.org>
Signed-off-by: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 |