File tree Expand file tree Collapse file tree 3 files changed +2170
-0
lines changed Expand file tree Collapse file tree 3 files changed +2170
-0
lines changed Original file line number Diff line number Diff line change @@ -969,6 +969,14 @@ config SM_CAMCC_7150
969
969
Support for the camera clock controller on SM7150 devices.
970
970
Say Y if you want to support camera devices and camera functionality.
971
971
972
+ config SM_CAMCC_MILOS
973
+ tristate "Milos Camera Clock Controller"
974
+ depends on ARM64 || COMPILE_TEST
975
+ select SM_GCC_MILOS
976
+ help
977
+ Support for the camera clock controller on Milos devices.
978
+ Say Y if you want to support camera devices and camera functionality.
979
+
972
980
config SM_CAMCC_8150
973
981
tristate "SM8150 Camera Clock Controller"
974
982
depends on ARM64 || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ obj-$(CONFIG_SM_CAMCC_8250) += camcc-sm8250.o
131
131
obj-$(CONFIG_SM_CAMCC_8450) += camcc-sm8450.o
132
132
obj-$(CONFIG_SM_CAMCC_8550) += camcc-sm8550.o
133
133
obj-$(CONFIG_SM_CAMCC_8650) += camcc-sm8650.o
134
+ obj-$(CONFIG_SM_CAMCC_MILOS) += camcc-milos.o
134
135
obj-$(CONFIG_SM_DISPCC_4450) += dispcc-sm4450.o
135
136
obj-$(CONFIG_SM_DISPCC_6115) += dispcc-sm6115.o
136
137
obj-$(CONFIG_SM_DISPCC_6125) += dispcc-sm6125.o
You can’t perform that action at this time.
0 commit comments