1 # SPDX-License-Identifier: GPL-2.0
2 # common clock support for ROCKCHIP SoC family.
4 config COMMON_CLK_ROCKCHIP
5 bool "Rockchip clock controller common support"
6 depends on ARCH_ROCKCHIP
9 Say y here to enable common clock controller for Rockchip platforms.
11 if COMMON_CLK_ROCKCHIP
13 bool "Rockchip PX30 clock controller support"
14 depends on ARM64 || COMPILE_TEST
17 Build the driver for PX30 Clock Driver.
20 bool "Rockchip RV110x clock controller support"
21 depends on ARM || COMPILE_TEST
24 Build the driver for RV110x Clock Driver.
27 bool "Rockchip RV1126 clock controller support"
28 depends on ARM || COMPILE_TEST
31 Build the driver for RV1126 Clock Driver.
34 bool "Rockchip RK3036 clock controller support"
35 depends on ARM || COMPILE_TEST
38 Build the driver for RK3036 Clock Driver.
41 bool "Rockchip RK312x clock controller support"
42 depends on ARM || COMPILE_TEST
45 Build the driver for RK312x Clock Driver.
48 bool "Rockchip RK3188 clock controller support"
49 depends on ARM || COMPILE_TEST
52 Build the driver for RK3188 Clock Driver.
55 bool "Rockchip RK322x clock controller support"
56 depends on ARM || COMPILE_TEST
59 Build the driver for RK322x Clock Driver.
62 bool "Rockchip RK3288 clock controller support"
63 depends on ARM || COMPILE_TEST
66 Build the driver for RK3288 Clock Driver.
69 bool "Rockchip RK3308 clock controller support"
70 depends on ARM64 || COMPILE_TEST
73 Build the driver for RK3308 Clock Driver.
76 bool "Rockchip RK3328 clock controller support"
77 depends on ARM64 || COMPILE_TEST
80 Build the driver for RK3328 Clock Driver.
83 bool "Rockchip RK3368 clock controller support"
84 depends on ARM64 || COMPILE_TEST
87 Build the driver for RK3368 Clock Driver.
90 bool "Rockchip RK3399 clock controller support"
91 depends on ARM64 || COMPILE_TEST
94 Build the driver for RK3399 Clock Driver.
97 bool "Rockchip RK3568 clock controller support"
98 depends on ARM64 || COMPILE_TEST
101 Build the driver for RK3568 Clock Driver.