summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLei Yang <Lei.Yang@windriver.com>2018-09-05 17:57:15 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-10-18 09:18:14 +0200
commitb7bad669da54e53587b7b3c9e7984eb59774f2c7 (patch)
treea45654d29b0f2e2997d4beb4d28e4ea2cf4f60d5 /tools
parent9a90b9e380c5e1cd4e0b658b7f750ba1f473feaa (diff)
selftests: memory-hotplug: add required configs
[ Upstream commit 4d85af102a66ee6aeefa596f273169e77fb2b48e ] add CONFIG_MEMORY_HOTREMOVE=y in config without this config, /sys/devices/system/memory/memory*/removable always return 0, I endup getting an early skip during test Signed-off-by: Lei Yang <Lei.Yang@windriver.com> Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org> Signed-off-by: Sasha Levin <alexander.levin@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/memory-hotplug/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/memory-hotplug/config b/tools/testing/selftests/memory-hotplug/config
index 2fde30191a47..a7e8cd5bb265 100644
--- a/tools/testing/selftests/memory-hotplug/config
+++ b/tools/testing/selftests/memory-hotplug/config
@@ -2,3 +2,4 @@ CONFIG_MEMORY_HOTPLUG=y
CONFIG_MEMORY_HOTPLUG_SPARSE=y
CONFIG_NOTIFIER_ERROR_INJECTION=y
CONFIG_MEMORY_NOTIFIER_ERROR_INJECT=m
+CONFIG_MEMORY_HOTREMOVE=y