diff options
author | Kees Cook <keescook@chromium.org> | 2012-10-02 14:16:25 -0400 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2013-01-11 14:38:03 -0500 |
commit | 88d11bb956d30ce4313eab2d325b9059acc6c6a1 (patch) | |
tree | 3eb7f761ff3cbdd16d379d23d381480d54f62d04 /arch/alpha/Kconfig | |
parent | 0335cb469ad4ab3072a4246ceb0573483fcee5bf (diff) |
arch/alpha: 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: Richard Henderson <rth@twiddle.net>
CC: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
CC: Thomas Gleixner <tglx@linutronix.de>
CC: "Michael S. Tsirkin" <mst@redhat.com>
CC: Anna-Maria Gleixner <anna-maria@glx-um.de>
CC: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha/Kconfig')
-rw-r--r-- | arch/alpha/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index 9d5904cc7712..3387aeba2c6f 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig | |||
@@ -556,8 +556,7 @@ config NR_CPUS | |||
556 | with working support have a maximum of 4 CPUs. | 556 | with working support have a maximum of 4 CPUs. |
557 | 557 | ||
558 | config ARCH_DISCONTIGMEM_ENABLE | 558 | config ARCH_DISCONTIGMEM_ENABLE |
559 | bool "Discontiguous Memory Support (EXPERIMENTAL)" | 559 | bool "Discontiguous Memory Support" |
560 | depends on EXPERIMENTAL | ||
561 | help | 560 | help |
562 | Say Y to support efficient handling of discontiguous physical memory, | 561 | Say Y to support efficient handling of discontiguous physical memory, |
563 | for architectures which are either NUMA (Non-Uniform Memory Access) | 562 | for architectures which are either NUMA (Non-Uniform Memory Access) |