Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests: memory-hotplug: add required configs

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>

authored by

Lei Yang and committed by
Shuah Khan (Samsung OSG)
4d85af10 53cf59d6

+1
+1
tools/testing/selftests/memory-hotplug/config
··· 2 2 CONFIG_MEMORY_HOTPLUG_SPARSE=y 3 3 CONFIG_NOTIFIER_ERROR_INJECTION=y 4 4 CONFIG_MEMORY_NOTIFIER_ERROR_INJECT=m 5 + CONFIG_MEMORY_HOTREMOVE=y