From: Adrian Bunk Date: Thu, 7 Dec 2006 01:14:12 +0000 (+0100) Subject: [PATCH] x86-64: remove duplicate ARCH_DISCONTIGMEM_ENABLE option X-Git-Tag: firefly_0821_release~31885^2~14^2~16^2~31 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=026c66bdda5f07959da7d74d29b18a7c480242f7;p=firefly-linux-kernel-4.4.55.git [PATCH] x86-64: remove duplicate ARCH_DISCONTIGMEM_ENABLE option One ARCH_DISCONTIGMEM_ENABLE option is enough. Signed-off-by: Adrian Bunk Signed-off-by: Andi Kleen --- diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 6eece27d579c..bfbb9bcae123 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig @@ -359,11 +359,6 @@ config ARCH_DISCONTIGMEM_ENABLE depends on NUMA default y - -config ARCH_DISCONTIGMEM_ENABLE - def_bool y - depends on NUMA - config ARCH_DISCONTIGMEM_DEFAULT def_bool y depends on NUMA