File tree Expand file tree Collapse file tree 3 files changed +3733
-0
lines changed Expand file tree Collapse file tree 3 files changed +3733
-0
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,14 @@ config IPQ_GCC_4019
145
145
Say Y if you want to use peripheral devices such as UART, SPI,
146
146
i2c, USB, SD/eMMC, etc.
147
147
148
+ config IPQ_GCC_5018
149
+ tristate "IPQ5018 Global Clock Controller"
150
+ depends on ARM64 || COMPILE_TEST
151
+ help
152
+ Support for global clock controller on ipq5018 devices.
153
+ Say Y if you want to use peripheral devices such as UART, SPI,
154
+ i2c, USB, SD/eMMC, etc.
155
+
148
156
config IPQ_GCC_5332
149
157
tristate "IPQ5332 Global Clock Controller"
150
158
depends on ARM64 || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ obj-$(CONFIG_CLK_GFM_LPASS_SM8250) += lpass-gfm-sm8250.o
24
24
obj-$(CONFIG_IPQ_APSS_PLL) += apss-ipq-pll.o
25
25
obj-$(CONFIG_IPQ_APSS_6018) += apss-ipq6018.o
26
26
obj-$(CONFIG_IPQ_GCC_4019) += gcc-ipq4019.o
27
+ obj-$(CONFIG_IPQ_GCC_5018) += gcc-ipq5018.o
27
28
obj-$(CONFIG_IPQ_GCC_5332) += gcc-ipq5332.o
28
29
obj-$(CONFIG_IPQ_GCC_6018) += gcc-ipq6018.o
29
30
obj-$(CONFIG_IPQ_GCC_806X) += gcc-ipq806x.o
You can’t perform that action at this time.
0 commit comments