]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/clk/actions/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-kernels.git] / drivers / clk / actions / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
3495e295
MS
2config CLK_ACTIONS
3 bool "Clock driver for Actions Semi SoCs"
4 depends on ARCH_ACTIONS || COMPILE_TEST
d017c1f1 5 select REGMAP_MMIO
09dbde01 6 select RESET_CONTROLLER
3495e295 7 default ARCH_ACTIONS
d85d2005
MS
8
9if CLK_ACTIONS
10
11# SoC Drivers
12
ed6b4795
MS
13config CLK_OWL_S500
14 bool "Support for the Actions Semi OWL S500 clocks"
15 depends on ARCH_ACTIONS || COMPILE_TEST
16 default ARCH_ACTIONS
17
d47317ca
SS
18config CLK_OWL_S700
19 bool "Support for the Actions Semi OWL S700 clocks"
20 depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
21 default ARM64 && ARCH_ACTIONS
22
d85d2005
MS
23config CLK_OWL_S900
24 bool "Support for the Actions Semi OWL S900 clocks"
25 depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
26 default ARM64 && ARCH_ACTIONS
d47317ca 27
d85d2005 28endif