repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.19.133
[linux/fpc-iii.git]
/
drivers
/
clk
/
sprd
/
Kconfig
blob
bad8099832d4806cd1a300549b2df66efc1df6f8
1
config SPRD_COMMON_CLK
2
tristate "Clock support for Spreadtrum SoCs"
3
depends on ARCH_SPRD || COMPILE_TEST
4
default ARCH_SPRD
5
select REGMAP_MMIO
6
7
if SPRD_COMMON_CLK
8
9
# SoC Drivers
10
11
config SPRD_SC9860_CLK
12
tristate "Support for the Spreadtrum SC9860 clocks"
13
depends on (ARM64 && ARCH_SPRD) || COMPILE_TEST
14
default ARM64 && ARCH_SPRD
15
endif