aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2013-03-06 15:35:31 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-12 19:30:27 -0400
commit3d374d09f16f64ab4d71704cbe621514d36cd0b1 (patch)
tree4183c1b939a0a4a6bab29e5c9acbd5891489f928 /init/Kconfig
parent9d1817cab2f030f6af360e961cc69bb1da8ad765 (diff)
final removal of CONFIG_EXPERIMENTAL
Remove "config EXPERIMENTAL" itself, now that every "depends on" it has been removed from the tree. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 22616cd434bc..5341d7232c3a 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -28,10 +28,6 @@ config BUILDTIME_EXTABLE_SORT
28 28
29menu "General setup" 29menu "General setup"
30 30
31config EXPERIMENTAL
32 bool
33 default y
34
35config BROKEN 31config BROKEN
36 bool 32 bool
37 33