Merge "defconfig: pineapple-gki: Enable debugcc driver"

This commit is contained in:
qctecmdr 2022-07-25 12:30:36 -07:00 committed by Gerrit - the friendly Code Review server
commit 4d17b42bfd
4 changed files with 1063 additions and 1 deletions

View File

@ -59,6 +59,7 @@ CONFIG_REGULATOR_STUB=m
# CONFIG_RPMSG_QCOM_SMD is not set
CONFIG_SCSI_UFS_QCOM=m
CONFIG_SM_CAMCC_PINEAPPLE=m
CONFIG_SM_DEBUGCC_PINEAPPLE=m
CONFIG_SM_DISPCC_PINEAPPLE=m
CONFIG_SM_GCC_PINEAPPLE=m
CONFIG_SM_GPUCC_PINEAPPLE=m

View File

@ -628,10 +628,19 @@ config SM_DISPCC_PINEAPPLE
depends on SM_GCC_PINEAPPLE
help
Support for the display clock controller on Qualcomm Technologies, Inc
ppneapple devices.
Pineapple devices.
Say Y if you want to support display devices and functionality such as
splash screen.
config SM_DEBUGCC_PINEAPPLE
tristate "Pineapple Debug Clock Controller"
depends on COMMON_CLK_QCOM
help
Support for the debug clock controller on Qualcomm Technologies, Inc
Pineapple devices.
Say Y if you want to support the debug clocks such as clock
measurement functionality.
config SM_GCC_6115
tristate "SM6115 and SM4250 Global Clock Controller"
help

View File

@ -96,6 +96,7 @@ obj-$(CONFIG_SM_DISPCC_6125) += dispcc-sm6125.o
obj-$(CONFIG_SM_DISPCC_6350) += dispcc-sm6350.o
obj-$(CONFIG_SM_DISPCC_8250) += dispcc-sm8250.o
obj-$(CONFIG_SM_DISPCC_PINEAPPLE) += dispcc-pineapple.o
obj-$(CONFIG_SM_DEBUGCC_PINEAPPLE) += debugcc-pineapple.o
obj-$(CONFIG_SM_GCC_6115) += gcc-sm6115.o
obj-$(CONFIG_SM_GCC_6125) += gcc-sm6125.o
obj-$(CONFIG_SM_GCC_6350) += gcc-sm6350.o

File diff suppressed because it is too large Load Diff