File tree Expand file tree Collapse file tree 3 files changed +572
-0
lines changed Expand file tree Collapse file tree 3 files changed +572
-0
lines changed Original file line number Diff line number Diff line change @@ -1302,6 +1302,15 @@ config SM_GPUCC_6350
1302
1302
Say Y if you want to support graphics controller devices and
1303
1303
functionality such as 3D graphics.
1304
1304
1305
+ config SM_GPUCC_MILOS
1306
+ tristate "Milos Graphics Clock Controller"
1307
+ depends on ARM64 || COMPILE_TEST
1308
+ select SM_GCC_MILOS
1309
+ help
1310
+ Support for the graphics clock controller on Milos devices.
1311
+ Say Y if you want to support graphics controller devices and
1312
+ functionality such as 3D graphics.
1313
+
1305
1314
config SM_GPUCC_8150
1306
1315
tristate "SM8150 Graphics Clock Controller"
1307
1316
depends on ARM64 || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ obj-$(CONFIG_SM_GPUCC_8350) += gpucc-sm8350.o
168
168
obj-$(CONFIG_SM_GPUCC_8450) += gpucc-sm8450.o
169
169
obj-$(CONFIG_SM_GPUCC_8550) += gpucc-sm8550.o
170
170
obj-$(CONFIG_SM_GPUCC_8650) += gpucc-sm8650.o
171
+ obj-$(CONFIG_SM_GPUCC_MILOS) += gpucc-milos.o
171
172
obj-$(CONFIG_SM_LPASSCC_6115) += lpasscc-sm6115.o
172
173
obj-$(CONFIG_SM_TCSRCC_8550) += tcsrcc-sm8550.o
173
174
obj-$(CONFIG_SM_TCSRCC_8650) += tcsrcc-sm8650.o
You can’t perform that action at this time.
0 commit comments