xref: /OK3568_Linux_fs/kernel/drivers/clk/actions/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0-only
2*4882a593Smuzhiyunconfig CLK_ACTIONS
3*4882a593Smuzhiyun	bool "Clock driver for Actions Semi SoCs"
4*4882a593Smuzhiyun	depends on ARCH_ACTIONS || COMPILE_TEST
5*4882a593Smuzhiyun	select REGMAP_MMIO
6*4882a593Smuzhiyun	select RESET_CONTROLLER
7*4882a593Smuzhiyun	default ARCH_ACTIONS
8*4882a593Smuzhiyun
9*4882a593Smuzhiyunif CLK_ACTIONS
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun# SoC Drivers
12*4882a593Smuzhiyun
13*4882a593Smuzhiyunconfig CLK_OWL_S500
14*4882a593Smuzhiyun	bool "Support for the Actions Semi OWL S500 clocks"
15*4882a593Smuzhiyun	depends on ARCH_ACTIONS || COMPILE_TEST
16*4882a593Smuzhiyun	default ARCH_ACTIONS
17*4882a593Smuzhiyun
18*4882a593Smuzhiyunconfig CLK_OWL_S700
19*4882a593Smuzhiyun	bool "Support for the Actions Semi OWL S700 clocks"
20*4882a593Smuzhiyun	depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
21*4882a593Smuzhiyun	default ARM64 && ARCH_ACTIONS
22*4882a593Smuzhiyun
23*4882a593Smuzhiyunconfig CLK_OWL_S900
24*4882a593Smuzhiyun	bool "Support for the Actions Semi OWL S900 clocks"
25*4882a593Smuzhiyun	depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
26*4882a593Smuzhiyun	default ARM64 && ARCH_ACTIONS
27*4882a593Smuzhiyun
28*4882a593Smuzhiyunendif
29