aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2013-01-16 21:53:59 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-21 17:52:46 -0500
commit40a817f0dd94630d2219974ed78863b5c020bb56 (patch)
tree70efd0bd4e2024f810fb50816dbaae8b08bd2c41
parent55ec4c3c962ac0e751ca5947328826ed094baa78 (diff)
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 <FlorianSchandinat@gmx.de> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/video/geode/Kconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/video/geode/Kconfig b/drivers/video/geode/Kconfig
index c5d8ba4b9fc3..21e351a14593 100644
--- a/drivers/video/geode/Kconfig
+++ b/drivers/video/geode/Kconfig
@@ -2,14 +2,14 @@
2# Geode family framebuffer configuration 2# Geode family framebuffer configuration
3# 3#
4config FB_GEODE 4config FB_GEODE
5 bool "AMD Geode family framebuffer support (EXPERIMENTAL)" 5 bool "AMD Geode family framebuffer support"
6 depends on FB && PCI && EXPERIMENTAL && X86 6 depends on FB && PCI && X86
7 ---help--- 7 ---help---
8 Say 'Y' here to allow you to select framebuffer drivers for 8 Say 'Y' here to allow you to select framebuffer drivers for
9 the AMD Geode family of processors. 9 the AMD Geode family of processors.
10 10
11config FB_GEODE_LX 11config FB_GEODE_LX
12 tristate "AMD Geode LX framebuffer support (EXPERIMENTAL)" 12 tristate "AMD Geode LX framebuffer support"
13 depends on FB && FB_GEODE 13 depends on FB && FB_GEODE
14 select FB_CFB_FILLRECT 14 select FB_CFB_FILLRECT
15 select FB_CFB_COPYAREA 15 select FB_CFB_COPYAREA
@@ -24,8 +24,8 @@ config FB_GEODE_LX
24 If unsure, say N. 24 If unsure, say N.
25 25
26config FB_GEODE_GX 26config FB_GEODE_GX
27 tristate "AMD Geode GX framebuffer support (EXPERIMENTAL)" 27 tristate "AMD Geode GX framebuffer support"
28 depends on FB && FB_GEODE && EXPERIMENTAL 28 depends on FB && FB_GEODE
29 select FB_CFB_FILLRECT 29 select FB_CFB_FILLRECT
30 select FB_CFB_COPYAREA 30 select FB_CFB_COPYAREA
31 select FB_CFB_IMAGEBLIT 31 select FB_CFB_IMAGEBLIT
@@ -39,8 +39,8 @@ config FB_GEODE_GX
39 If unsure, say N. 39 If unsure, say N.
40 40
41config FB_GEODE_GX1 41config FB_GEODE_GX1
42 tristate "AMD Geode GX1 framebuffer support (EXPERIMENTAL)" 42 tristate "AMD Geode GX1 framebuffer support"
43 depends on FB && FB_GEODE && EXPERIMENTAL 43 depends on FB && FB_GEODE
44 select FB_CFB_FILLRECT 44 select FB_CFB_FILLRECT
45 select FB_CFB_COPYAREA 45 select FB_CFB_COPYAREA
46 select FB_CFB_IMAGEBLIT 46 select FB_CFB_IMAGEBLIT