File tree Expand file tree Collapse file tree 3 files changed +3600
-0
lines changed Expand file tree Collapse file tree 3 files changed +3600
-0
lines changed Original file line number Diff line number Diff line change @@ -827,6 +827,14 @@ config SM_CAMCC_8550
827
827
Support for the camera clock controller on SM8550 devices.
828
828
Say Y if you want to support camera devices and camera functionality.
829
829
830
+ config SM_CAMCC_8650
831
+ tristate "SM8650 Camera Clock Controller"
832
+ depends on ARM64 || COMPILE_TEST
833
+ select SM_GCC_8650
834
+ help
835
+ Support for the camera clock controller on SM8650 devices.
836
+ Say Y if you want to support camera devices and camera functionality.
837
+
830
838
config SM_DISPCC_6115
831
839
tristate "SM6115 Display Clock Controller"
832
840
depends on ARM64 || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ obj-$(CONFIG_SM_CAMCC_6350) += camcc-sm6350.o
109
109
obj-$(CONFIG_SM_CAMCC_8250) += camcc-sm8250.o
110
110
obj-$(CONFIG_SM_CAMCC_8450) += camcc-sm8450.o
111
111
obj-$(CONFIG_SM_CAMCC_8550) += camcc-sm8550.o
112
+ obj-$(CONFIG_SM_CAMCC_8650) += camcc-sm8650.o
112
113
obj-$(CONFIG_SM_DISPCC_6115) += dispcc-sm6115.o
113
114
obj-$(CONFIG_SM_DISPCC_6125) += dispcc-sm6125.o
114
115
obj-$(CONFIG_SM_DISPCC_6350) += dispcc-sm6350.o
You can’t perform that action at this time.
0 commit comments