File tree Expand file tree Collapse file tree 3 files changed +781
-0
lines changed
Expand file tree Collapse file tree 3 files changed +781
-0
lines changed Original file line number Diff line number Diff line change @@ -867,6 +867,16 @@ config SM_CAMCC_8650
867867 Support for the camera clock controller on SM8650 devices.
868868 Say Y if you want to support camera devices and camera functionality.
869869
870+ config SM_DISPCC_4450
871+ tristate "SM4450 Display Clock Controller"
872+ depends on ARM64 || COMPILE_TEST
873+ depends on SM_GCC_4450
874+ help
875+ Support for the display clock controller on Qualcomm Technologies, Inc
876+ SM4450 devices.
877+ Say Y if you want to support display devices and functionality such as
878+ splash screen
879+
870880config SM_DISPCC_6115
871881 tristate "SM6115 Display Clock Controller"
872882 depends on ARM64 || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ obj-$(CONFIG_SM_CAMCC_8250) += camcc-sm8250.o
114114obj-$(CONFIG_SM_CAMCC_8450) += camcc-sm8450.o
115115obj-$(CONFIG_SM_CAMCC_8550) += camcc-sm8550.o
116116obj-$(CONFIG_SM_CAMCC_8650) += camcc-sm8650.o
117+ obj-$(CONFIG_SM_DISPCC_4450) += dispcc-sm4450.o
117118obj-$(CONFIG_SM_DISPCC_6115) += dispcc-sm6115.o
118119obj-$(CONFIG_SM_DISPCC_6125) += dispcc-sm6125.o
119120obj-$(CONFIG_SM_DISPCC_6350) += dispcc-sm6350.o
You can’t perform that action at this time.
0 commit comments