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

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

Merge "arm64: defconfig: Add support for DISPCC and debugCC for YUPIK"

parents 18336829 920c63fa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -245,3 +245,4 @@ CONFIG_INTERCONNECT_QCOM_YUPIK=m
CONFIG_SM_VIDEOCC_YUPIK=m
CONFIG_SM_CAMCC_YUPIK=m
CONFIG_QCOM_YUPIK_LLCC=m
CONFIG_SM_DISPCC_YUPIK=m
+1 −0
Original line number Diff line number Diff line
@@ -257,3 +257,4 @@ CONFIG_QTI_HW_MEMLAT_LOG=y
CONFIG_SRAM=y
CONFIG_CRYPTO_SHA1_ARM64_CE=y
CONFIG_PRINT_SUSPEND_EPOCH_QGKI=y
CONFIG_SM_DEBUGCC_YUPIK=y
+18 −0
Original line number Diff line number Diff line
@@ -665,6 +665,24 @@ config SM_CAMCC_YUPIK
	  Say Y if you want to support camera devices and functionality such as
	  capturing pictures.

config SM_DISPCC_YUPIK
	tristate "YUPIK Display Clock Controller"
	select SM_GCC_YUPIK
	help
	  Support for the display clock controller on Qualcomm Technologies, Inc.
	  YUPIK devices.
	  Say Y if you want to support display devices and functionality such as
	  splash screen.

config SM_DEBUGCC_YUPIK
	tristate "YUPIK Debug Clock Controller"
	depends on SM_GCC_YUPIK
	help
	  Support for the debug clock controller on Qualcomm Technologies, Inc.
	  YUPIK 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
@@ -77,9 +77,11 @@ obj-$(CONFIG_SM_CAMCC_YUPIK) += camcc-yupik.o
obj-$(CONFIG_SM_DEBUGCC_8150) += debugcc-sm8150.o
obj-$(CONFIG_SM_DEBUGCC_HOLI) += debugcc-holi.o
obj-$(CONFIG_SM_DEBUGCC_SHIMA) += debugcc-shima.o
obj-$(CONFIG_SM_DEBUGCC_YUPIK) += debugcc-yupik.o
obj-$(CONFIG_SM_DISPCC_8150) += dispcc-sm8150.o
obj-$(CONFIG_SM_DISPCC_HOLI) += dispcc-holi.o
obj-$(CONFIG_SM_DISPCC_SHIMA) += dispcc-shima.o
obj-$(CONFIG_SM_DISPCC_YUPIK) += dispcc-yupik.o
obj-$(CONFIG_SM_GCC_8150) += gcc-sm8150.o
obj-$(CONFIG_SM_GCC_HOLI) += gcc-holi.o
obj-$(CONFIG_SM_GCC_SHIMA) += gcc-shima.o
+1009 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading