]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arch/x86/um: remove depends on CONFIG_EXPERIMENTAL
authorKees Cook <keescook@chromium.org>
Tue, 2 Oct 2012 18:16:48 +0000 (11:16 -0700)
committerKees Cook <keescook@chromium.org>
Mon, 5 Nov 2012 22:45:32 +0000 (14:45 -0800)
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: Jeff Dike <jdike@addtoit.com>
CC: Richard Weinberger <richard@nod.at>
CC: Thomas Gleixner <tglx@linutronix.de>
CC: Ingo Molnar <mingo@redhat.com>
CC: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Richard Weinberger <richard@nod.at>
arch/x86/um/Kconfig

index 07611759ce35b4cdcd298b402c22d39ada73e39a..3a43b7ae7bad17a4f4f138cb15457a68642a1adf 100644 (file)
@@ -37,9 +37,8 @@ config RWSEM_GENERIC_SPINLOCK
        def_bool !RWSEM_XCHGADD_ALGORITHM
 
 config 3_LEVEL_PGTABLES
-       bool "Three-level pagetables (EXPERIMENTAL)" if !64BIT
+       bool "Three-level pagetables" if !64BIT
        default 64BIT
-       depends on EXPERIMENTAL
        help
        Three-level pagetables will let UML have more than 4G of physical
        memory.  All the memory that can't be mapped directly will be treated