18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 28c2ecf20Sopenharmony_ciconfig CLK_ACTIONS 38c2ecf20Sopenharmony_ci bool "Clock driver for Actions Semi SoCs" 48c2ecf20Sopenharmony_ci depends on ARCH_ACTIONS || COMPILE_TEST 58c2ecf20Sopenharmony_ci select REGMAP_MMIO 68c2ecf20Sopenharmony_ci select RESET_CONTROLLER 78c2ecf20Sopenharmony_ci default ARCH_ACTIONS 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ciif CLK_ACTIONS 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci# SoC Drivers 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ciconfig CLK_OWL_S500 148c2ecf20Sopenharmony_ci bool "Support for the Actions Semi OWL S500 clocks" 158c2ecf20Sopenharmony_ci depends on ARCH_ACTIONS || COMPILE_TEST 168c2ecf20Sopenharmony_ci default ARCH_ACTIONS 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ciconfig CLK_OWL_S700 198c2ecf20Sopenharmony_ci bool "Support for the Actions Semi OWL S700 clocks" 208c2ecf20Sopenharmony_ci depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST 218c2ecf20Sopenharmony_ci default ARM64 && ARCH_ACTIONS 228c2ecf20Sopenharmony_ci 238c2ecf20Sopenharmony_ciconfig CLK_OWL_S900 248c2ecf20Sopenharmony_ci bool "Support for the Actions Semi OWL S900 clocks" 258c2ecf20Sopenharmony_ci depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST 268c2ecf20Sopenharmony_ci default ARM64 && ARCH_ACTIONS 278c2ecf20Sopenharmony_ci 288c2ecf20Sopenharmony_ciendif 29