Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a27b32c authored by Hexuan Zhu's avatar Hexuan Zhu
Browse files

config: fix compile issue



We need to make autogvm-gki-llvm-64 compile well for scan.
Change in gvmauto.conf is to fix compile issue by skipping some files.
Change in sa6155conf in to fix compile issue after move to techpack.

Change-Id: I9d30b0e3160dcf87d8d455e7e2a812f03537bcab
Signed-off-by: default avatarHexuan Zhu <hexuzhu@codeaurora.org>
parent deec79da
Loading
Loading
Loading
Loading

config/gvmauto.conf

100755 → 100644
+5 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
# Copyright (c) 2021, The Linux Foundation. All rights reserved.

ifeq ($(CONFIG_QGKI), y)
export CONFIG_SND_SOC_GVM_AUTO_SPF=m
export CONFIG_MSM_QDSP6_APRV2_VM=m
export CONFIG_MSM_QDSP6_SSR=m
@@ -15,3 +19,4 @@ export CONFIG_SND_SOC_MSM_HDMI_CODEC_RX=m
export CONFIG_MSM_QDSP6V2_CODECS=m
export CONFIG_SND_EVENT=m
export CONFIG_SND_SOC_SA8155=m
endif
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
../../../../../../kernel/msm-5.4/drivers/base/regmap/internal.h
 No newline at end of file
../../../../drivers/base/regmap/internal.h
 No newline at end of file