]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/clk/actions/Kconfig
Merge branches 'for-5.1/upstream-fixes', 'for-5.2/core', 'for-5.2/ish', 'for-5.2...
[mirror_ubuntu-kernels.git] / drivers / clk / actions / Kconfig
CommitLineData
3495e295
MS
1config CLK_ACTIONS
2 bool "Clock driver for Actions Semi SoCs"
3 depends on ARCH_ACTIONS || COMPILE_TEST
d017c1f1 4 select REGMAP_MMIO
09dbde01 5 select RESET_CONTROLLER
3495e295 6 default ARCH_ACTIONS
d85d2005
MS
7
8if CLK_ACTIONS
9
10# SoC Drivers
11
ed6b4795
MS
12config CLK_OWL_S500
13 bool "Support for the Actions Semi OWL S500 clocks"
14 depends on ARCH_ACTIONS || COMPILE_TEST
15 default ARCH_ACTIONS
16
d47317ca
SS
17config CLK_OWL_S700
18 bool "Support for the Actions Semi OWL S700 clocks"
19 depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
20 default ARM64 && ARCH_ACTIONS
21
d85d2005
MS
22config CLK_OWL_S900
23 bool "Support for the Actions Semi OWL S900 clocks"
24 depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
25 default ARM64 && ARCH_ACTIONS
d47317ca 26
d85d2005 27endif