mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 11:11:26 +02:00
Merge "defconfig: pineapple-gki: Enable debugcc driver"
This commit is contained in:
commit
4d17b42bfd
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
1051
drivers/clk/qcom/debugcc-pineapple.c
Normal file
1051
drivers/clk/qcom/debugcc-pineapple.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user