Kconfig (aaccf3c97418f169afdbb5855e9cbcbda34e90fd) Kconfig (09dbde0154ab1edbcaef4fef5f9ab12b5449d7fa)
1config CLK_ACTIONS
2 bool "Clock driver for Actions Semi SoCs"
3 depends on ARCH_ACTIONS || COMPILE_TEST
4 select REGMAP_MMIO
1config CLK_ACTIONS
2 bool "Clock driver for Actions Semi SoCs"
3 depends on ARCH_ACTIONS || COMPILE_TEST
4 select REGMAP_MMIO
5 select RESET_CONTROLLER
5 default ARCH_ACTIONS
6
7if CLK_ACTIONS
8
9# SoC Drivers
10
11config CLK_OWL_S700
12 bool "Support for the Actions Semi OWL S700 clocks"
13 depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
14 default ARM64 && ARCH_ACTIONS
15
16config CLK_OWL_S900
17 bool "Support for the Actions Semi OWL S900 clocks"
18 depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
19 default ARM64 && ARCH_ACTIONS
20
21endif
6 default ARCH_ACTIONS
7
8if CLK_ACTIONS
9
10# SoC Drivers
11
12config CLK_OWL_S700
13 bool "Support for the Actions Semi OWL S700 clocks"
14 depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
15 default ARM64 && ARCH_ACTIONS
16
17config CLK_OWL_S900
18 bool "Support for the Actions Semi OWL S900 clocks"
19 depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
20 default ARM64 && ARCH_ACTIONS
21
22endif