From: Zhen Lei thunder.leizhen@huawei.com
driver inclusion category: feature bugzilla: 50797 CVE: NA
------------------------------------------------------------------------- Set CONFIG_GMJS_TCM_CORE=m and CONFIG_GMJS_TCM_SPI=m, so that its ko can be distributed in ISO on arm64.
Signed-off-by: Zhen Lei thunder.leizhen@huawei.com Acked-by: Xie XiuQi xiexiuqi@huawei.com Signed-off-by: Zhen Lei thunder.leizhen@huawei.com Signed-off-by: Yang Yingliang yangyingliang@huawei.com Signed-off-by: Cheng Jian cj.chengjian@huawei.com --- arch/arm64/configs/openeuler_defconfig | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/arch/arm64/configs/openeuler_defconfig b/arch/arm64/configs/openeuler_defconfig index f93571a479d0..98e08f2488cd 100644 --- a/arch/arm64/configs/openeuler_defconfig +++ b/arch/arm64/configs/openeuler_defconfig @@ -5970,3 +5970,6 @@ CONFIG_IO_STRICT_DEVMEM=y CONFIG_SMMU_BYPASS_DEV=y CONFIG_ETMEM_SCAN=m CONFIG_ETMEM_SWAP=m +CONFIG_STAGING=y +CONFIG_GMJS_TCM_CORE=m +CONFIG_GMJS_TCM_SPI=m