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

Commit 310b581d authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents f01aeaaa 2b1956c8
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
+18 −0
Original line number Diff line number Diff line
@@ -775,6 +775,24 @@ config SM_GCC_BLAIR
	  Say Y if you want to use peripheral devices such as UART, SPI, I2C,
	  USB, UFS, SD/eMMC etc.

config SA_GCC_DIREWOLF
	tristate "Direwolf Global Clock Controller"
	depends on COMMON_CLK_QCOM
	help
	  Support for the global clock controller on Qualcomm Technologies, Inc
	  direwolf devices.
	  Say Y if you want to use peripheral devices such as UART, SPI, I2C,
	  USB, UFS, SD/eMMC, PCIe, etc.

config SA_DEBUGCC_DIREWOLF
	tristate "Direwolf Debug Clock Controller"
	depends on COMMON_CLK_QCOM
	help
	  Support for the debug clock controller on Qualcomm Technologies, Inc
	  direwolf devices.
	  Say Y if you want to support the debug clocks such as
	  clock measurement functionality.

endif

config VIRTIO_CLK
+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,8 @@ obj-$(CONFIG_QCOM_CLK_RPMH) += clk-rpmh.o
obj-$(CONFIG_QCOM_CLK_SMD_RPM) += clk-smd-rpm.o
obj-$(CONFIG_QCS_GCC_404) += gcc-qcs404.o
obj-$(CONFIG_QCS_TURING_404) += turingcc-qcs404.o
obj-$(CONFIG_SA_DEBUGCC_DIREWOLF) += debugcc-direwolf.o
obj-$(CONFIG_SA_GCC_DIREWOLF) += gcc-direwolf.o
obj-$(CONFIG_SC_CAMCC_SHRIKE) += camcc-scshrike.o
obj-$(CONFIG_SC_DISPCC_SHRIKE) += dispcc-scshrike.o
obj-$(CONFIG_SC_DEBUGCC_SHRIKE) += debugcc-scshrike.o
+860 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading