forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/clk/actions/Kconfig
....@@ -1,13 +1,20 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config CLK_ACTIONS
23 bool "Clock driver for Actions Semi SoCs"
34 depends on ARCH_ACTIONS || COMPILE_TEST
45 select REGMAP_MMIO
6
+ select RESET_CONTROLLER
57 default ARCH_ACTIONS
68
79 if CLK_ACTIONS
810
911 # SoC Drivers
1012
13
+config CLK_OWL_S500
14
+ bool "Support for the Actions Semi OWL S500 clocks"
15
+ depends on ARCH_ACTIONS || COMPILE_TEST
16
+ default ARCH_ACTIONS
17
+
1118 config CLK_OWL_S700
1219 bool "Support for the Actions Semi OWL S700 clocks"
1320 depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST