Skip to content

Commit 40a817f

Browse files
keesgregkh
authored andcommitted
drivers/video/geode: 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 55ec4c3 commit 40a817f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

drivers/video/geode/Kconfig

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# Geode family framebuffer configuration
33
#
44
config FB_GEODE
5-
bool "AMD Geode family framebuffer support (EXPERIMENTAL)"
6-
depends on FB && PCI && EXPERIMENTAL && X86
5+
bool "AMD Geode family framebuffer support"
6+
depends on FB && PCI && X86
77
---help---
88
Say 'Y' here to allow you to select framebuffer drivers for
99
the AMD Geode family of processors.
1010

1111
config FB_GEODE_LX
12-
tristate "AMD Geode LX framebuffer support (EXPERIMENTAL)"
12+
tristate "AMD Geode LX framebuffer support"
1313
depends on FB && FB_GEODE
1414
select FB_CFB_FILLRECT
1515
select FB_CFB_COPYAREA
@@ -24,8 +24,8 @@ config FB_GEODE_LX
2424
If unsure, say N.
2525

2626
config FB_GEODE_GX
27-
tristate "AMD Geode GX framebuffer support (EXPERIMENTAL)"
28-
depends on FB && FB_GEODE && EXPERIMENTAL
27+
tristate "AMD Geode GX framebuffer support"
28+
depends on FB && FB_GEODE
2929
select FB_CFB_FILLRECT
3030
select FB_CFB_COPYAREA
3131
select FB_CFB_IMAGEBLIT
@@ -39,8 +39,8 @@ config FB_GEODE_GX
3939
If unsure, say N.
4040

4141
config FB_GEODE_GX1
42-
tristate "AMD Geode GX1 framebuffer support (EXPERIMENTAL)"
43-
depends on FB && FB_GEODE && EXPERIMENTAL
42+
tristate "AMD Geode GX1 framebuffer support"
43+
depends on FB && FB_GEODE
4444
select FB_CFB_FILLRECT
4545
select FB_CFB_COPYAREA
4646
select FB_CFB_IMAGEBLIT

0 commit comments

Comments
 (0)