Skip to content

Commit d1d3422

Browse files
keesgregkh
authored andcommitted
drivers/video: remove depends on CONFIG_EXPERIMENTAL
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it from any "depends on" lines in Kconfigs. CC: Florian Tobias Schandinat <[email protected]> Signed-off-by: Kees Cook <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 43893cb commit d1d3422

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

drivers/video/Kconfig

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,8 +1112,8 @@ config FB_RIVA_BACKLIGHT
11121112
Say Y here if you want to control the backlight of your display.
11131113

11141114
config FB_I740
1115-
tristate "Intel740 support (EXPERIMENTAL)"
1116-
depends on EXPERIMENTAL && FB && PCI
1115+
tristate "Intel740 support"
1116+
depends on FB && PCI
11171117
select FB_MODE_HELPERS
11181118
select FB_CFB_FILLRECT
11191119
select FB_CFB_COPYAREA
@@ -1124,8 +1124,8 @@ config FB_I740
11241124
This driver supports graphics cards based on Intel740 chip.
11251125

11261126
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
11291129
select FB_MODE_HELPERS
11301130
select FB_CFB_FILLRECT
11311131
select FB_CFB_COPYAREA
@@ -1187,8 +1187,8 @@ config FB_CARILLO_RANCH
11871187
This driver supports the LE80578 (Carillo Ranch) board
11881188

11891189
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
11921192
select FB_MODE_HELPERS
11931193
select FB_CFB_FILLRECT
11941194
select FB_CFB_COPYAREA
@@ -1432,7 +1432,7 @@ config FB_ATY_CT
14321432
is at <http://support.ati.com/products/pc/mach64/mach64.html>.
14331433

14341434
config FB_ATY_GENERIC_LCD
1435-
bool "Mach64 generic LCD support (EXPERIMENTAL)"
1435+
bool "Mach64 generic LCD support"
14361436
depends on FB_ATY_CT
14371437
help
14381438
Say Y if you have a laptop with an ATI Rage LT PRO, Rage Mobility,
@@ -1479,7 +1479,7 @@ config FB_S3_DDC
14791479

14801480
config FB_SAVAGE
14811481
tristate "S3 Savage support"
1482-
depends on FB && PCI && EXPERIMENTAL
1482+
depends on FB && PCI
14831483
select FB_MODE_HELPERS
14841484
select FB_CFB_FILLRECT
14851485
select FB_CFB_COPYAREA
@@ -1633,15 +1633,15 @@ config FB_3DFX
16331633
module will be called tdfxfb.
16341634

16351635
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
16381638
---help---
16391639
This will compile the 3Dfx Banshee/Voodoo3/VSA-100 frame buffer
16401640
device driver with acceleration functions.
16411641

16421642
config FB_3DFX_I2C
16431643
bool "Enable DDC/I2C support"
1644-
depends on FB_3DFX && EXPERIMENTAL
1644+
depends on FB_3DFX
16451645
select FB_DDC
16461646
default y
16471647
help
@@ -1714,8 +1714,8 @@ config FB_ARK
17141714
and ICS 5342 RAMDAC.
17151715

17161716
config FB_PM3
1717-
tristate "Permedia3 support (EXPERIMENTAL)"
1718-
depends on FB && PCI && EXPERIMENTAL
1717+
tristate "Permedia3 support"
1718+
depends on FB && PCI
17191719
select FB_CFB_FILLRECT
17201720
select FB_CFB_COPYAREA
17211721
select FB_CFB_IMAGEBLIT

0 commit comments

Comments
 (0)