From: Ma Wupeng mawupeng1@huawei.com
hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I8K5CO
--------------------------------
Enable PAGE_EJECT for arm64 by default and disable it for x86 since it is not fully tested in x86.
Signed-off-by: Ma Wupeng mawupeng1@huawei.com --- arch/arm64/configs/openeuler_defconfig | 1 + arch/x86/configs/openeuler_defconfig | 1 + 2 files changed, 2 insertions(+)
diff --git a/arch/arm64/configs/openeuler_defconfig b/arch/arm64/configs/openeuler_defconfig index b04770986bc7..5b79dccc7278 100644 --- a/arch/arm64/configs/openeuler_defconfig +++ b/arch/arm64/configs/openeuler_defconfig @@ -6173,6 +6173,7 @@ CONFIG_HISI_LPDDRC_PMU=m # end of Performance monitor support
CONFIG_RAS=y +CONFIG_PAGE_EJECT=m CONFIG_USB4=m # CONFIG_USB4_DEBUGFS_WRITE is not set
diff --git a/arch/x86/configs/openeuler_defconfig b/arch/x86/configs/openeuler_defconfig index 32236e4fa96d..d445ec58a0d3 100644 --- a/arch/x86/configs/openeuler_defconfig +++ b/arch/x86/configs/openeuler_defconfig @@ -7242,6 +7242,7 @@ CONFIG_INTEL_RAPL=m # end of Performance monitor support
CONFIG_RAS=y +# CONFIG_PAGE_EJECT is not set # CONFIG_RAS_CEC is not set CONFIG_USB4=m # CONFIG_USB4_DEBUGFS_WRITE is not set