mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 03:01:41 +02:00
Merge "modules.list.msm.pineapple: Add dispcc module"
This commit is contained in:
commit
e9b68da559
|
|
@ -23,6 +23,7 @@ CONFIG_QCOM_SCM=m
|
|||
CONFIG_REGULATOR_STUB=m
|
||||
CONFIG_SCSI_UFS_QCOM=m
|
||||
CONFIG_SM_CAMCC_PINEAPPLE=m
|
||||
CONFIG_SM_DISPCC_PINEAPPLE=m
|
||||
CONFIG_SM_GCC_PINEAPPLE=m
|
||||
CONFIG_SM_VIDEOCC_PINEAPPLE=m
|
||||
CONFIG_USB_DWC3_MSM=m
|
||||
|
|
|
|||
|
|
@ -622,6 +622,13 @@ config SM_DISPCC_6350
|
|||
help
|
||||
Support for the display clock controller on Qualcomm Technologies, Inc
|
||||
SM6350 devices.
|
||||
|
||||
config SM_DISPCC_PINEAPPLE
|
||||
tristate "Pineapple Display Clock Controller"
|
||||
depends on SM_GCC_PINEAPPLE
|
||||
help
|
||||
Support for the display clock controller on Qualcomm Technologies, Inc
|
||||
ppneapple devices.
|
||||
Say Y if you want to support display devices and functionality such as
|
||||
splash screen.
|
||||
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@ obj-$(CONFIG_SM_CAMCC_8250) += camcc-sm8250.o
|
|||
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_GCC_6115) += gcc-sm6115.o
|
||||
obj-$(CONFIG_SM_GCC_6125) += gcc-sm6125.o
|
||||
obj-$(CONFIG_SM_GCC_6350) += gcc-sm6350.o
|
||||
|
|
|
|||
2022
drivers/clk/qcom/dispcc-pineapple.c
Normal file
2022
drivers/clk/qcom/dispcc-pineapple.c
Normal file
File diff suppressed because it is too large
Load Diff
|
|
@ -8,6 +8,7 @@ pinctrl-msm.ko
|
|||
pinctrl-pineapple.ko
|
||||
clk-qcom.ko
|
||||
clk-dummy.ko
|
||||
dispcc-pineapple.ko
|
||||
gcc-pineapple.ko
|
||||
videocc-pineapple.ko
|
||||
stub-regulator.ko
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user