0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config CLK_ACTIONS
0003 bool "Clock driver for Actions Semi SoCs"
0004 depends on ARCH_ACTIONS || COMPILE_TEST
0005 select REGMAP_MMIO
0006 select RESET_CONTROLLER
0007 default ARCH_ACTIONS
0008
0009 if CLK_ACTIONS
0010
0011 # SoC Drivers
0012
0013 config CLK_OWL_S500
0014 bool "Support for the Actions Semi OWL S500 clocks"
0015 depends on ARCH_ACTIONS || COMPILE_TEST
0016 default ARCH_ACTIONS
0017
0018 config CLK_OWL_S700
0019 bool "Support for the Actions Semi OWL S700 clocks"
0020 depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
0021 default ARM64 && ARCH_ACTIONS
0022
0023 config CLK_OWL_S900
0024 bool "Support for the Actions Semi OWL S900 clocks"
0025 depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
0026 default ARM64 && ARCH_ACTIONS
0027
0028 endif