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

Commit 2b1956c8 authored by Veera Vegivada's avatar Veera Vegivada
Browse files

arm64: defconfig: Enable gcc, debugcc and cpufreq_hw for direwolf



Enable global clock controller and cpufreq hw driver so
that consumers can manage clocks and also enable debugcc
for clock measure functionality.

Change-Id: I0ba5d680cf3697c436da3087ff8181df8f887937
Signed-off-by: default avatarVeera Vegivada <vvegivad@codeaurora.org>
parent a7fc919b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -12,3 +12,6 @@ CONFIG_QCOM_PDC=m
CONFIG_QCOM_COMMAND_DB=m
CONFIG_QCOM_RPMH=m
CONFIG_MSM_QMP=m
CONFIG_SA_GCC_DIREWOLF=m
CONFIG_MSM_CLK_AOP_QMP=m
CONFIG_ARM_QCOM_CPUFREQ_HW=m
+2 −0
Original line number Diff line number Diff line
@@ -2,3 +2,5 @@ CONFIG_QGKI=y
CONFIG_LOCALVERSION="-qgki"
CONFIG_DEBUG_FS=y
CONFIG_REGULATOR_QTI_DEBUG=y
CONFIG_SA_DEBUGCC_DIREWOLF=y
CONFIG_ARM_QCOM_CPUFREQ_HW_DEBUG=y