From 3258ad53162c43b4266931304d2fedd1e4e8fcde Mon Sep 17 00:00:00 2001 From: Jiankang Chen Date: Mon, 28 Oct 2019 20:30:03 +0800 Subject: [PATCH] svm: open the svm config in hulk and debug config ascend inclusion category: feature bugzilla: 16554 CVE: NA --------- Signed-off-by: Jiankang Chen Signed-off-by: Lijun Fang Reviewed-by: Li Zefan Reviewed-by: Kefeng Wang Signed-off-by: Yang Yingliang --- arch/arm64/configs/hulk_defconfig | 2 +- arch/arm64/configs/syzkaller_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/configs/hulk_defconfig b/arch/arm64/configs/hulk_defconfig index 4defce9f4787..a265cda4aba4 100644 --- a/arch/arm64/configs/hulk_defconfig +++ b/arch/arm64/configs/hulk_defconfig @@ -2931,7 +2931,7 @@ CONFIG_TCG_CRB=y # CONFIG_TCG_TIS_ST33ZP24_SPI is not set # CONFIG_DEVPORT is not set # CONFIG_XILLYBUS is not set - +CONFIG_HISI_SVM=y # # I2C support # diff --git a/arch/arm64/configs/syzkaller_defconfig b/arch/arm64/configs/syzkaller_defconfig index 9e7371c0b055..0728e1e15602 100644 --- a/arch/arm64/configs/syzkaller_defconfig +++ b/arch/arm64/configs/syzkaller_defconfig @@ -2903,7 +2903,7 @@ CONFIG_TCG_CRB=y # CONFIG_TCG_TIS_ST33ZP24_SPI is not set # CONFIG_DEVPORT is not set # CONFIG_XILLYBUS is not set - +CONFIG_HISI_SVM=y # # I2C support # -- GitLab