1# SPDX-License-Identifier: GPL-2.0 2# common clock support for ROCKCHIP SoC family. 3 4config CLK_RK3568 5 tristate "Rockchip RK3568 clock controller support" 6 depends on ARM64 || COMPILE_TEST 7 default n 8 help 9 Build the driver for RK3568 Clock Driver. 10 11config CLK_RK3588 12 tristate "Rockchip RK3588 clock controller support" 13 depends on ARM64 || COMPILE_TEST 14 default y 15 help 16 Build the driver for RK3588 Clock Driver. 17 18config CLK_RV1126 19 tristate "Rockchip RV1126 clock controller support" 20 depends on ARM || COMPILE_TEST 21 default n 22 help 23 Build the driver for RV1126 Clock Driver. 24 25config CLK_RK1808 26 tristate "Rockchip RK1808 clock controller support" 27 depends on ARM64 || COMPILE_TEST 28 default n 29 help 30 Build the driver for RK1808 Clock Driver. 31 32config ROCKCHIP_CLK_LINK 33 tristate "Rockchip clock link support" 34 default CLK_RK3588 35 help 36 Say y here to enable clock link for Rockchip. 37