File tree Expand file tree Collapse file tree 3 files changed +1781
-0
lines changed Expand file tree Collapse file tree 3 files changed +1781
-0
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,12 @@ config SPRD_SC9860_CLK
13
13
tristate "Support for the Spreadtrum SC9860 clocks"
14
14
depends on (ARM64 && ARCH_SPRD) || COMPILE_TEST
15
15
default ARM64 && ARCH_SPRD
16
+
17
+ config SPRD_SC9863A_CLK
18
+ tristate "Support for the Spreadtrum SC9863A clocks"
19
+ depends on (ARM64 && ARCH_SPRD) || COMPILE_TEST
20
+ default ARM64 && ARCH_SPRD
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.
16
24
endif
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ clk-sprd-y += pll.o
10
10
11
11
# # SoC support
12
12
obj-$(CONFIG_SPRD_SC9860_CLK) += sc9860-clk.o
13
+ obj-$(CONFIG_SPRD_SC9863A_CLK) += sc9863a-clk.o
You can’t perform that action at this time.
0 commit comments