File tree Expand file tree Collapse file tree 3 files changed +415
-0
lines changed Expand file tree Collapse file tree 3 files changed +415
-0
lines changed Original file line number Diff line number Diff line change @@ -1429,6 +1429,17 @@ config SM_VIDEOCC_7150
1429
1429
Say Y if you want to support video devices and functionality such as
1430
1430
video encode and decode.
1431
1431
1432
+ config SM_VIDEOCC_MILOS
1433
+ tristate "Milos Video Clock Controller"
1434
+ depends on ARM64 || COMPILE_TEST
1435
+ select SM_GCC_MILOS
1436
+ select QCOM_GDSC
1437
+ help
1438
+ Support for the video clock controller on Qualcomm Technologies, Inc.
1439
+ Milos devices.
1440
+ Say Y if you want to support video devices and functionality such as
1441
+ video encode/decode.
1442
+
1432
1443
config SM_VIDEOCC_8150
1433
1444
tristate "SM8150 Video Clock Controller"
1434
1445
depends on ARM64 || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ obj-$(CONFIG_SM_VIDEOCC_8250) += videocc-sm8250.o
180
180
obj-$(CONFIG_SM_VIDEOCC_8350) += videocc-sm8350.o
181
181
obj-$(CONFIG_SM_VIDEOCC_8450) += videocc-sm8450.o
182
182
obj-$(CONFIG_SM_VIDEOCC_8550) += videocc-sm8550.o
183
+ obj-$(CONFIG_SM_VIDEOCC_MILOS) += videocc-milos.o
183
184
obj-$(CONFIG_SPMI_PMIC_CLKDIV) += clk-spmi-pmic-div.o
184
185
obj-$(CONFIG_KPSS_XCC) += kpss-xcc.o
185
186
obj-$(CONFIG_QCOM_HFPLL) += hfpll.o
You can’t perform that action at this time.
0 commit comments