162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ciconfig CLK_ACTIONS 362306a36Sopenharmony_ci bool "Clock driver for Actions Semi SoCs" 462306a36Sopenharmony_ci depends on ARCH_ACTIONS || COMPILE_TEST 562306a36Sopenharmony_ci select REGMAP_MMIO 662306a36Sopenharmony_ci select RESET_CONTROLLER 762306a36Sopenharmony_ci default ARCH_ACTIONS 862306a36Sopenharmony_ci 962306a36Sopenharmony_ciif CLK_ACTIONS 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci# SoC Drivers 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ciconfig CLK_OWL_S500 1462306a36Sopenharmony_ci bool "Support for the Actions Semi OWL S500 clocks" 1562306a36Sopenharmony_ci depends on ARCH_ACTIONS || COMPILE_TEST 1662306a36Sopenharmony_ci default ARCH_ACTIONS 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ciconfig CLK_OWL_S700 1962306a36Sopenharmony_ci bool "Support for the Actions Semi OWL S700 clocks" 2062306a36Sopenharmony_ci depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST 2162306a36Sopenharmony_ci default ARM64 && ARCH_ACTIONS 2262306a36Sopenharmony_ci 2362306a36Sopenharmony_ciconfig CLK_OWL_S900 2462306a36Sopenharmony_ci bool "Support for the Actions Semi OWL S900 clocks" 2562306a36Sopenharmony_ci depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST 2662306a36Sopenharmony_ci default ARM64 && ARCH_ACTIONS 2762306a36Sopenharmony_ci 2862306a36Sopenharmony_ciendif 29