diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index e906b5421795..e27aefd49ea3 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1177,6 +1177,32 @@ config FB_VOODOO1 | |||
1177 | Please read the <file:Documentation/fb/README-sstfb.txt> for supported | 1177 | Please read the <file:Documentation/fb/README-sstfb.txt> for supported |
1178 | options and other important info support. | 1178 | options and other important info support. |
1179 | 1179 | ||
1180 | config FB_CYBLA | ||
1181 | tristate "Cyberblade/i1 support" | ||
1182 | depends on FB && PCI | ||
1183 | select FB_CFB_IMAGEBLIT | ||
1184 | select FB_SOFT_CURSOR | ||
1185 | select VIDEO_SELECT | ||
1186 | ---help--- | ||
1187 | This driver is supposed to support the Trident Cyberblade/i1 | ||
1188 | graphics core integrated in the VIA VT8601A North Bridge, | ||
1189 | also known as VIA Apollo PLE133. | ||
1190 | |||
1191 | Status: | ||
1192 | - Developed, tested and working on EPIA 5000 and EPIA 800. | ||
1193 | - Does work reliable on all systems with CRT/LCD connected to | ||
1194 | normal VGA ports. | ||
1195 | - Should work on systems that do use the internal LCD port, but | ||
1196 | this is absolutely not tested. | ||
1197 | |||
1198 | Character imageblit, copyarea and rectangle fill are hw accelerated, | ||
1199 | ypan scrolling is used by default. | ||
1200 | |||
1201 | Please do read <file:Documentation/fb/cyblafb/*>. | ||
1202 | |||
1203 | To compile this driver as a module, choose M here: the | ||
1204 | module will be called cyblafb. | ||
1205 | |||
1180 | config FB_TRIDENT | 1206 | config FB_TRIDENT |
1181 | tristate "Trident support" | 1207 | tristate "Trident support" |
1182 | depends on FB && PCI | 1208 | depends on FB && PCI |
@@ -1190,8 +1216,12 @@ config FB_TRIDENT | |||
1190 | but also on some motherboards. For more information, read | 1216 | but also on some motherboards. For more information, read |
1191 | <file:Documentation/fb/tridentfb.txt> | 1217 | <file:Documentation/fb/tridentfb.txt> |
1192 | 1218 | ||
1219 | Cyberblade/i1 support will be removed soon, use the cyblafb driver | ||
1220 | instead. | ||
1221 | |||
1193 | Say Y if you have such a graphics board. | 1222 | Say Y if you have such a graphics board. |
1194 | 1223 | ||
1224 | |||
1195 | To compile this driver as a module, choose M here: the | 1225 | To compile this driver as a module, choose M here: the |
1196 | module will be called tridentfb. | 1226 | module will be called tridentfb. |
1197 | 1227 | ||
@@ -1202,7 +1232,6 @@ config FB_TRIDENT_ACCEL | |||
1202 | This will compile the Trident frame buffer device with | 1232 | This will compile the Trident frame buffer device with |
1203 | acceleration functions. | 1233 | acceleration functions. |
1204 | 1234 | ||
1205 | |||
1206 | config FB_PM3 | 1235 | config FB_PM3 |
1207 | tristate "Permedia3 support" | 1236 | tristate "Permedia3 support" |
1208 | depends on FB && PCI && BROKEN | 1237 | depends on FB && PCI && BROKEN |