repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/topology: Fix function name in documentation
[cris-mirror.git]
/
drivers
/
clk
/
sprd
/
Kconfig
blob
87892471eb96c3549ced203976eee9cbf7cfbb43
1
config SPRD_COMMON_CLK
2
tristate "Clock support for Spreadtrum SoCs"
3
depends on ARCH_SPRD || COMPILE_TEST
4
default ARCH_SPRD
5
6
if SPRD_COMMON_CLK
7
8
# SoC Drivers
9
10
config SPRD_SC9860_CLK
11
tristate "Support for the Spreadtrum SC9860 clocks"
12
depends on (ARM64 && ARCH_SPRD) || COMPILE_TEST
13
default ARM64 && ARCH_SPRD
14
endif