We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568035b commit af3bd36Copy full SHA for af3bd36
drivers/clk/sprd/Kconfig
@@ -21,4 +21,10 @@ config SPRD_SC9863A_CLK
21
help
22
Support for the global clock controller on sc9863a devices.
23
Say Y if you want to use peripheral devices on sc9863a SoC.
24
+
25
+config SPRD_UMS512_CLK
26
+ tristate "Support for the Spreadtrum UMS512 clocks"
27
+ help
28
+ Support for the global clock controller on ums512 devices.
29
+ Say Y if you want to use peripheral devices on ums512 SoC.
30
endif
drivers/clk/sprd/Makefile
@@ -11,3 +11,4 @@ clk-sprd-y += pll.o
11
## SoC support
12
obj-$(CONFIG_SPRD_SC9860_CLK) += sc9860-clk.o
13
obj-$(CONFIG_SPRD_SC9863A_CLK) += sc9863a-clk.o
14
+obj-$(CONFIG_SPRD_UMS512_CLK) += ums512-clk.o
0 commit comments