diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2009-03-31 18:25:48 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-01 11:59:34 -0400 |
commit | 04645fc337eef283887d3b1204017f1860ed2ff7 (patch) | |
tree | 9c7b6021440a3384360c54f20e93cd87b8f1c4d2 /drivers/video/Kconfig | |
parent | 2f682fae611df642acfb99b5f2fd665f001cd253 (diff) |
tridentfb: delete acceleration Kconfig option
Remove Kconfig option for tridentfb acceleration. The acceleration can be
switched off with modules "noaccel" parameter.
The acceleration for Trident chips was fixed in the 2.6.27 kernel.
Also, add CyberXXX and CyberBlade names to Kconfig option's name. It should
make easier to find the tridentfb choice for cyblafb driver's users. The
cyblafb driver has been replaced by the tridentfb driver.
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
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 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index db7a4f42edad..ffe2f2796e29 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1598,7 +1598,7 @@ config FB_VT8623 | |||
1598 | VIA VT8623 [Apollo CLE266] chipset. | 1598 | VIA VT8623 [Apollo CLE266] chipset. |
1599 | 1599 | ||
1600 | config FB_TRIDENT | 1600 | config FB_TRIDENT |
1601 | tristate "Trident support" | 1601 | tristate "Trident/CyberXXX/CyberBlade support" |
1602 | depends on FB && PCI | 1602 | depends on FB && PCI |
1603 | select FB_CFB_FILLRECT | 1603 | select FB_CFB_FILLRECT |
1604 | select FB_CFB_COPYAREA | 1604 | select FB_CFB_COPYAREA |
@@ -1617,13 +1617,6 @@ config FB_TRIDENT | |||
1617 | To compile this driver as a module, choose M here: the | 1617 | To compile this driver as a module, choose M here: the |
1618 | module will be called tridentfb. | 1618 | module will be called tridentfb. |
1619 | 1619 | ||
1620 | config FB_TRIDENT_ACCEL | ||
1621 | bool "Trident Acceleration functions (EXPERIMENTAL)" | ||
1622 | depends on FB_TRIDENT && EXPERIMENTAL | ||
1623 | ---help--- | ||
1624 | This will compile the Trident frame buffer device with | ||
1625 | acceleration functions. | ||
1626 | |||
1627 | config FB_ARK | 1620 | config FB_ARK |
1628 | tristate "ARK 2000PV support" | 1621 | tristate "ARK 2000PV support" |
1629 | depends on FB && PCI | 1622 | depends on FB && PCI |