
driver inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IC15TR ---------------------------------------------------------------------- Modify default config to compile HiSilicon SoC cache driver as modules. Signed-off-by: Yushan Wang <wangyushan12@huawei.com> --- arch/arm64/configs/openeuler_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/openeuler_defconfig b/arch/arm64/configs/openeuler_defconfig index 3b6ceba474e1..ace95098a736 100644 --- a/arch/arm64/configs/openeuler_defconfig +++ b/arch/arm64/configs/openeuler_defconfig @@ -6685,6 +6685,8 @@ CONFIG_SMMU_BYPASS_DEV=y # CONFIG_HISI_HBMDEV is not set # CONFIG_HISI_HBMCACHE is not set CONFIG_KUNPENG_HCCS=m +CONFIG_HISI_SOC_CACHE=m +CONFIG_HISI_SOC_HHA=m # end of Hisilicon SoC drivers # -- 2.33.0