
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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/configs/openeuler_defconfig b/arch/arm64/configs/openeuler_defconfig index 3b6ceba474e1..b9f1803f7817 100644 --- a/arch/arm64/configs/openeuler_defconfig +++ b/arch/arm64/configs/openeuler_defconfig @@ -8247,3 +8247,8 @@ CONFIG_ARCH_USE_MEMTEST=y # end of Kernel hacking CONFIG_KWORKER_NUMA_AFFINITY=y + +# SoC cache +CONFIG_HISI_SOC_CACHE=m +CONFIG_HISI_SOC_HHA=m +# end SoC cache -- 2.33.0