File tree Expand file tree Collapse file tree 3 files changed +2376
-0
lines changed Expand file tree Collapse file tree 3 files changed +2376
-0
lines changed Original file line number Diff line number Diff line change @@ -565,6 +565,15 @@ config SA_GPUCC_8775P
565
565
Say Y if you want to support graphics controller devices and
566
566
functionality such as 3D graphics.
567
567
568
+ config SAR_GCC_2130P
569
+ tristate "SAR2130P Global Clock Controller"
570
+ select QCOM_GDSC
571
+ depends on COMMON_CLK_QCOM
572
+ help
573
+ Support for the global clock controller on SAR2130P devices.
574
+ Say Y if you want to use peripheral devices such as UART, SPI,
575
+ I2C, USB, SDCC, etc.
576
+
568
577
config SC_GCC_7180
569
578
tristate "SC7180 Global Clock Controller"
570
579
select QCOM_GDSC
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ obj-$(CONFIG_SA_DISPCC_8775P) += dispcc0-sa8775p.o dispcc1-sa8775p.o
85
85
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
+ obj-$(CONFIG_SAR_GCC_2130P) += gcc-sar2130p.o
88
89
obj-$(CONFIG_SC_GCC_7180) += gcc-sc7180.o
89
90
obj-$(CONFIG_SC_GCC_7280) += gcc-sc7280.o
90
91
obj-$(CONFIG_SC_GCC_8180X) += gcc-sc8180x.o
You can’t perform that action at this time.
0 commit comments