0001 # SPDX-License-Identifier: GPL-2.0
0002 # common clock support for ROCKCHIP SoC family.
0003
0004 config COMMON_CLK_ROCKCHIP
0005 bool "Rockchip clock controller common support"
0006 depends on ARCH_ROCKCHIP
0007 default ARCH_ROCKCHIP
0008 help
0009 Say y here to enable common clock controller for Rockchip platforms.
0010
0011 if COMMON_CLK_ROCKCHIP
0012 config CLK_PX30
0013 bool "Rockchip PX30 clock controller support"
0014 depends on ARM64 || COMPILE_TEST
0015 default y
0016 help
0017 Build the driver for PX30 Clock Driver.
0018
0019 config CLK_RV110X
0020 bool "Rockchip RV110x clock controller support"
0021 depends on ARM || COMPILE_TEST
0022 default y
0023 help
0024 Build the driver for RV110x Clock Driver.
0025
0026 config CLK_RK3036
0027 bool "Rockchip RK3036 clock controller support"
0028 depends on ARM || COMPILE_TEST
0029 default y
0030 help
0031 Build the driver for RK3036 Clock Driver.
0032
0033 config CLK_RK312X
0034 bool "Rockchip RK312x clock controller support"
0035 depends on ARM || COMPILE_TEST
0036 default y
0037 help
0038 Build the driver for RK312x Clock Driver.
0039
0040 config CLK_RK3188
0041 bool "Rockchip RK3188 clock controller support"
0042 depends on ARM || COMPILE_TEST
0043 default y
0044 help
0045 Build the driver for RK3188 Clock Driver.
0046
0047 config CLK_RK322X
0048 bool "Rockchip RK322x clock controller support"
0049 depends on ARM || COMPILE_TEST
0050 default y
0051 help
0052 Build the driver for RK322x Clock Driver.
0053
0054 config CLK_RK3288
0055 bool "Rockchip RK3288 clock controller support"
0056 depends on ARM || COMPILE_TEST
0057 default y
0058 help
0059 Build the driver for RK3288 Clock Driver.
0060
0061 config CLK_RK3308
0062 bool "Rockchip RK3308 clock controller support"
0063 depends on ARM64 || COMPILE_TEST
0064 default y
0065 help
0066 Build the driver for RK3308 Clock Driver.
0067
0068 config CLK_RK3328
0069 bool "Rockchip RK3328 clock controller support"
0070 depends on ARM64 || COMPILE_TEST
0071 default y
0072 help
0073 Build the driver for RK3328 Clock Driver.
0074
0075 config CLK_RK3368
0076 bool "Rockchip RK3368 clock controller support"
0077 depends on ARM64 || COMPILE_TEST
0078 default y
0079 help
0080 Build the driver for RK3368 Clock Driver.
0081
0082 config CLK_RK3399
0083 bool "Rockchip RK3399 clock controller support"
0084 depends on ARM64 || COMPILE_TEST
0085 default y
0086 help
0087 Build the driver for RK3399 Clock Driver.
0088
0089 config CLK_RK3568
0090 bool "Rockchip RK3568 clock controller support"
0091 depends on ARM64 || COMPILE_TEST
0092 default y
0093 help
0094 Build the driver for RK3568 Clock Driver.
0095 endif