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.18.10
[linux/fpc-iii.git]
/
drivers
/
clk
/
actions
/
Kconfig
blob
8854adb378476c8ca7573f0fc69651365d2f088a
1
config CLK_ACTIONS
2
bool "Clock driver for Actions Semi SoCs"
3
depends on ARCH_ACTIONS || COMPILE_TEST
4
default ARCH_ACTIONS
5
6
if CLK_ACTIONS
7
8
# SoC Drivers
9
10
config CLK_OWL_S900
11
bool "Support for the Actions Semi OWL S900 clocks"
12
depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
13
default ARM64 && ARCH_ACTIONS
14
endif