From: Ma Wupeng mawupeng1@huawei.com
hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I4SK3S CVE: NA
--------------------------------
Memory reliable is based on memory mirrored feature(without independent config) and it only enabled when HAVE_MEMBLOCK_NODE_MAP enabled, let's add the depends in MEMORY_RELIABLE.
Signed-off-by: Ma Wupeng mawupeng1@huawei.com Reviewed-by: Xie XiuQi xiexiuqi@huawei.com Reviewed-by: Kefeng Wangwangkefeng.wang@huawei.com Signed-off-by: Yang Yingliang yangyingliang@huawei.com --- mm/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/mm/Kconfig b/mm/Kconfig index 3a38eb4a6f020..e607d15761401 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -834,6 +834,7 @@ config PID_RESERVE
config MEMORY_RELIABLE bool "Support for memory reliable" + depends on HAVE_MEMBLOCK_NODE_MAP depends on ARM64 default n help