1# SPDX-License-Identifier: GPL-2.0 2# common clock support for ROCKCHIP SoC family. 3 4if VENDOR_RK3566_DRIVER_CLK 5config CLK_RV1126 6 tristate "Rockchip RV1126 clock controller support" 7 depends on ARM || COMPILE_TEST 8 default y 9 help 10 Build the driver for RV1126 Clock Driver. 11 12config CLK_RK1808 13 tristate "Rockchip RK1808 clock controller support" 14 depends on ARM64 || COMPILE_TEST 15 default y 16 help 17 Build the driver for RK1808 Clock Driver. 18 19config CLK_RK3568 20 tristate "Rockchip RK3568 clock controller support" 21 depends on ARM64 || COMPILE_TEST 22 default y 23 help 24 Build the driver for RK3568 Clock Driver. 25endif 26