> diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig > index b32ebf9..408ef68 100644 > --- a/arch/x86/Kconfig > +++ b/arch/x86/Kconfig > @@ -1344,8 +1344,13 @@ config ARCH_SELECT_MEMORY_MODEL > depends on ARCH_SPARSEMEM_ENABLE > > config ARCH_MEMORY_PROBE > - def_bool y > + bool "Enable sysfs memory/probe interface" > + default n > depends on X86_64 && MEMORY_HOTPLUG > + help > + This option enables a sysfs memory/probe interface for testing. > + See Documentation/memory-hotplug.txt for more information. > + If you are unsure how to answer this question, answer N. makes sense. Acked-by: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>