@@ -1112,8 +1112,8 @@ config FB_RIVA_BACKLIGHT
1112
1112
Say Y here if you want to control the backlight of your display.
1113
1113
1114
1114
config FB_I740
1115
- tristate "Intel740 support (EXPERIMENTAL) "
1116
- depends on EXPERIMENTAL && FB && PCI
1115
+ tristate "Intel740 support"
1116
+ depends on FB && PCI
1117
1117
select FB_MODE_HELPERS
1118
1118
select FB_CFB_FILLRECT
1119
1119
select FB_CFB_COPYAREA
@@ -1124,8 +1124,8 @@ config FB_I740
1124
1124
This driver supports graphics cards based on Intel740 chip.
1125
1125
1126
1126
config FB_I810
1127
- tristate "Intel 810/815 support (EXPERIMENTAL) "
1128
- depends on EXPERIMENTAL && FB && PCI && X86_32 && AGP_INTEL
1127
+ tristate "Intel 810/815 support"
1128
+ depends on FB && PCI && X86_32 && AGP_INTEL
1129
1129
select FB_MODE_HELPERS
1130
1130
select FB_CFB_FILLRECT
1131
1131
select FB_CFB_COPYAREA
@@ -1187,8 +1187,8 @@ config FB_CARILLO_RANCH
1187
1187
This driver supports the LE80578 (Carillo Ranch) board
1188
1188
1189
1189
config FB_INTEL
1190
- tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support (EXPERIMENTAL) "
1191
- depends on EXPERIMENTAL && FB && PCI && X86 && AGP_INTEL && EXPERT
1190
+ tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support"
1191
+ depends on FB && PCI && X86 && AGP_INTEL && EXPERT
1192
1192
select FB_MODE_HELPERS
1193
1193
select FB_CFB_FILLRECT
1194
1194
select FB_CFB_COPYAREA
@@ -1432,7 +1432,7 @@ config FB_ATY_CT
1432
1432
is at <http://support.ati.com/products/pc/mach64/mach64.html>.
1433
1433
1434
1434
config FB_ATY_GENERIC_LCD
1435
- bool "Mach64 generic LCD support (EXPERIMENTAL) "
1435
+ bool "Mach64 generic LCD support"
1436
1436
depends on FB_ATY_CT
1437
1437
help
1438
1438
Say Y if you have a laptop with an ATI Rage LT PRO, Rage Mobility,
@@ -1479,7 +1479,7 @@ config FB_S3_DDC
1479
1479
1480
1480
config FB_SAVAGE
1481
1481
tristate "S3 Savage support"
1482
- depends on FB && PCI && EXPERIMENTAL
1482
+ depends on FB && PCI
1483
1483
select FB_MODE_HELPERS
1484
1484
select FB_CFB_FILLRECT
1485
1485
select FB_CFB_COPYAREA
@@ -1633,15 +1633,15 @@ config FB_3DFX
1633
1633
module will be called tdfxfb.
1634
1634
1635
1635
config FB_3DFX_ACCEL
1636
- bool "3Dfx Acceleration functions (EXPERIMENTAL) "
1637
- depends on FB_3DFX && EXPERIMENTAL
1636
+ bool "3Dfx Acceleration functions"
1637
+ depends on FB_3DFX
1638
1638
---help---
1639
1639
This will compile the 3Dfx Banshee/Voodoo3/VSA-100 frame buffer
1640
1640
device driver with acceleration functions.
1641
1641
1642
1642
config FB_3DFX_I2C
1643
1643
bool "Enable DDC/I2C support"
1644
- depends on FB_3DFX && EXPERIMENTAL
1644
+ depends on FB_3DFX
1645
1645
select FB_DDC
1646
1646
default y
1647
1647
help
@@ -1714,8 +1714,8 @@ config FB_ARK
1714
1714
and ICS 5342 RAMDAC.
1715
1715
1716
1716
config FB_PM3
1717
- tristate "Permedia3 support (EXPERIMENTAL) "
1718
- depends on FB && PCI && EXPERIMENTAL
1717
+ tristate "Permedia3 support"
1718
+ depends on FB && PCI
1719
1719
select FB_CFB_FILLRECT
1720
1720
select FB_CFB_COPYAREA
1721
1721
select FB_CFB_IMAGEBLIT
0 commit comments