mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 00:51:44 +00:00
a6ae1a2948
This patch added the list of clocks for Spreadtrum's SC9860 SoC, together with clock initialization code. Signed-off-by: Chunyan Zhang <chunyan.zhang@spreadtrum.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
15 lines
321 B
Plaintext
15 lines
321 B
Plaintext
config SPRD_COMMON_CLK
|
|
tristate "Clock support for Spreadtrum SoCs"
|
|
depends on ARCH_SPRD || COMPILE_TEST
|
|
default ARCH_SPRD
|
|
|
|
if SPRD_COMMON_CLK
|
|
|
|
# SoC Drivers
|
|
|
|
config SPRD_SC9860_CLK
|
|
tristate "Support for the Spreadtrum SC9860 clocks"
|
|
depends on (ARM64 && ARCH_SPRD) || COMPILE_TEST
|
|
default ARM64 && ARCH_SPRD
|
|
endif
|