# SPDX-License-Identifier: GPL-2.0 # common clock support for ROCKCHIP SoC family. if VENDOR_RK3566_DRIVER_CLK config CLK_RV1126 tristate "Rockchip RV1126 clock controller support" depends on ARM || COMPILE_TEST default y help Build the driver for RV1126 Clock Driver. config CLK_RK1808 tristate "Rockchip RK1808 clock controller support" depends on ARM64 || COMPILE_TEST default y help Build the driver for RK1808 Clock Driver. config CLK_RK3568 tristate "Rockchip RK3568 clock controller support" depends on ARM64 || COMPILE_TEST default y help Build the driver for RK3568 Clock Driver. endif