File tree Expand file tree Collapse file tree 3 files changed +512
-0
lines changed Expand file tree Collapse file tree 3 files changed +512
-0
lines changed Original file line number Diff line number Diff line change @@ -574,6 +574,15 @@ config SAR_GCC_2130P
574
574
Say Y if you want to use peripheral devices such as UART, SPI,
575
575
I2C, USB, SDCC, etc.
576
576
577
+ config SAR_GPUCC_2130P
578
+ tristate "SAR2130P Graphics clock controller"
579
+ select QCOM_GDSC
580
+ select SAR_GCC_2130P
581
+ help
582
+ Support for the graphics clock controller on SAR2130P devices.
583
+ Say Y if you want to support graphics controller devices and
584
+ functionality such as 3D graphics.
585
+
577
586
config SC_GCC_7180
578
587
tristate "SC7180 Global Clock Controller"
579
588
select QCOM_GDSC
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ obj-$(CONFIG_SA_GCC_8775P) += gcc-sa8775p.o
86
86
obj-$(CONFIG_SA_GPUCC_8775P) += gpucc-sa8775p.o
87
87
obj-$(CONFIG_SA_VIDEOCC_8775P) += videocc-sa8775p.o
88
88
obj-$(CONFIG_SAR_GCC_2130P) += gcc-sar2130p.o
89
+ obj-$(CONFIG_SAR_GPUCC_2130P) += gpucc-sar2130p.o
89
90
obj-$(CONFIG_SC_GCC_7180) += gcc-sc7180.o
90
91
obj-$(CONFIG_SC_GCC_7280) += gcc-sc7280.o
91
92
obj-$(CONFIG_SC_GCC_8180X) += gcc-sc8180x.o
You can’t perform that action at this time.
0 commit comments