29 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config CLK_ACTIONS3 bool "Clock driver for Actions Semi SoCs"4 depends on ARCH_ACTIONS || COMPILE_TEST5 select REGMAP_MMIO6 select RESET_CONTROLLER7 default ARCH_ACTIONS8 9if CLK_ACTIONS10 11# SoC Drivers12 13config CLK_OWL_S50014 bool "Support for the Actions Semi OWL S500 clocks"15 depends on ARCH_ACTIONS || COMPILE_TEST16 default ARCH_ACTIONS17 18config CLK_OWL_S70019 bool "Support for the Actions Semi OWL S700 clocks"20 depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST21 default ARM64 && ARCH_ACTIONS22 23config CLK_OWL_S90024 bool "Support for the Actions Semi OWL S900 clocks"25 depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST26 default ARM64 && ARCH_ACTIONS27 28endif29