diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index b32ebf92b0ce..2f9d95775d27 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1344,8 +1344,12 @@ config ARCH_SELECT_MEMORY_MODEL | |||
1344 | depends on ARCH_SPARSEMEM_ENABLE | 1344 | depends on ARCH_SPARSEMEM_ENABLE |
1345 | 1345 | ||
1346 | config ARCH_MEMORY_PROBE | 1346 | config ARCH_MEMORY_PROBE |
1347 | def_bool y | 1347 | bool "Enable sysfs memory/probe interface" |
1348 | depends on X86_64 && MEMORY_HOTPLUG | 1348 | depends on X86_64 && MEMORY_HOTPLUG |
1349 | help | ||
1350 | This option enables a sysfs memory/probe interface for testing. | ||
1351 | See Documentation/memory-hotplug.txt for more information. | ||
1352 | If you are unsure how to answer this question, answer N. | ||
1349 | 1353 | ||
1350 | config ARCH_PROC_KCORE_TEXT | 1354 | config ARCH_PROC_KCORE_TEXT |
1351 | def_bool y | 1355 | def_bool y |