^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) config CLK_ACTIONS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) bool "Clock driver for Actions Semi SoCs"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) depends on ARCH_ACTIONS || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) select REGMAP_MMIO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) select RESET_CONTROLLER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) default ARCH_ACTIONS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) if CLK_ACTIONS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) # SoC Drivers
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) config CLK_OWL_S500
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) bool "Support for the Actions Semi OWL S500 clocks"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) depends on ARCH_ACTIONS || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) default ARCH_ACTIONS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) config CLK_OWL_S700
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) bool "Support for the Actions Semi OWL S700 clocks"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) default ARM64 && ARCH_ACTIONS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) config CLK_OWL_S900
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) bool "Support for the Actions Semi OWL S900 clocks"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) default ARM64 && ARCH_ACTIONS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) endif