14d98ed1eSElaine Zhang# SPDX-License-Identifier: GPL-2.0 24d98ed1eSElaine Zhang# common clock support for ROCKCHIP SoC family. 34d98ed1eSElaine Zhang 44d98ed1eSElaine Zhangconfig COMMON_CLK_ROCKCHIP 54d98ed1eSElaine Zhang bool "Rockchip clock controller common support" 64d98ed1eSElaine Zhang depends on ARCH_ROCKCHIP 74d98ed1eSElaine Zhang default ARCH_ROCKCHIP 84d98ed1eSElaine Zhang help 94d98ed1eSElaine Zhang Say y here to enable common clock controller for Rockchip platforms. 104d98ed1eSElaine Zhang 114d98ed1eSElaine Zhangif COMMON_CLK_ROCKCHIP 124d98ed1eSElaine Zhangconfig CLK_PX30 134d98ed1eSElaine Zhang bool "Rockchip PX30 clock controller support" 14e8c51b90SHeiko Stuebner depends on ARM64 || COMPILE_TEST 154d98ed1eSElaine Zhang default y 164d98ed1eSElaine Zhang help 174d98ed1eSElaine Zhang Build the driver for PX30 Clock Driver. 184d98ed1eSElaine Zhang 194d98ed1eSElaine Zhangconfig CLK_RV110X 204d98ed1eSElaine Zhang bool "Rockchip RV110x clock controller support" 21e8c51b90SHeiko Stuebner depends on ARM || COMPILE_TEST 224d98ed1eSElaine Zhang default y 234d98ed1eSElaine Zhang help 244d98ed1eSElaine Zhang Build the driver for RV110x Clock Driver. 254d98ed1eSElaine Zhang 262408ab5aSJagan Tekiconfig CLK_RV1126 272408ab5aSJagan Teki bool "Rockchip RV1126 clock controller support" 282408ab5aSJagan Teki depends on ARM || COMPILE_TEST 292408ab5aSJagan Teki default y 302408ab5aSJagan Teki help 312408ab5aSJagan Teki Build the driver for RV1126 Clock Driver. 322408ab5aSJagan Teki 334d98ed1eSElaine Zhangconfig CLK_RK3036 344d98ed1eSElaine Zhang bool "Rockchip RK3036 clock controller support" 35e8c51b90SHeiko Stuebner depends on ARM || COMPILE_TEST 364d98ed1eSElaine Zhang default y 374d98ed1eSElaine Zhang help 384d98ed1eSElaine Zhang Build the driver for RK3036 Clock Driver. 394d98ed1eSElaine Zhang 404d98ed1eSElaine Zhangconfig CLK_RK312X 414d98ed1eSElaine Zhang bool "Rockchip RK312x clock controller support" 42e8c51b90SHeiko Stuebner depends on ARM || COMPILE_TEST 434d98ed1eSElaine Zhang default y 444d98ed1eSElaine Zhang help 454d98ed1eSElaine Zhang Build the driver for RK312x Clock Driver. 464d98ed1eSElaine Zhang 474d98ed1eSElaine Zhangconfig CLK_RK3188 484d98ed1eSElaine Zhang bool "Rockchip RK3188 clock controller support" 49e8c51b90SHeiko Stuebner depends on ARM || COMPILE_TEST 504d98ed1eSElaine Zhang default y 514d98ed1eSElaine Zhang help 524d98ed1eSElaine Zhang Build the driver for RK3188 Clock Driver. 534d98ed1eSElaine Zhang 544d98ed1eSElaine Zhangconfig CLK_RK322X 554d98ed1eSElaine Zhang bool "Rockchip RK322x clock controller support" 56e8c51b90SHeiko Stuebner depends on ARM || COMPILE_TEST 574d98ed1eSElaine Zhang default y 584d98ed1eSElaine Zhang help 594d98ed1eSElaine Zhang Build the driver for RK322x Clock Driver. 604d98ed1eSElaine Zhang 614d98ed1eSElaine Zhangconfig CLK_RK3288 624d98ed1eSElaine Zhang bool "Rockchip RK3288 clock controller support" 63e8c51b90SHeiko Stuebner depends on ARM || COMPILE_TEST 644d98ed1eSElaine Zhang default y 654d98ed1eSElaine Zhang help 664d98ed1eSElaine Zhang Build the driver for RK3288 Clock Driver. 674d98ed1eSElaine Zhang 684d98ed1eSElaine Zhangconfig CLK_RK3308 694d98ed1eSElaine Zhang bool "Rockchip RK3308 clock controller support" 70e8c51b90SHeiko Stuebner depends on ARM64 || COMPILE_TEST 714d98ed1eSElaine Zhang default y 724d98ed1eSElaine Zhang help 734d98ed1eSElaine Zhang Build the driver for RK3308 Clock Driver. 744d98ed1eSElaine Zhang 754d98ed1eSElaine Zhangconfig CLK_RK3328 764d98ed1eSElaine Zhang bool "Rockchip RK3328 clock controller support" 77e8c51b90SHeiko Stuebner depends on ARM64 || COMPILE_TEST 784d98ed1eSElaine Zhang default y 794d98ed1eSElaine Zhang help 804d98ed1eSElaine Zhang Build the driver for RK3328 Clock Driver. 814d98ed1eSElaine Zhang 824d98ed1eSElaine Zhangconfig CLK_RK3368 834d98ed1eSElaine Zhang bool "Rockchip RK3368 clock controller support" 84e8c51b90SHeiko Stuebner depends on ARM64 || COMPILE_TEST 854d98ed1eSElaine Zhang default y 864d98ed1eSElaine Zhang help 874d98ed1eSElaine Zhang Build the driver for RK3368 Clock Driver. 884d98ed1eSElaine Zhang 894d98ed1eSElaine Zhangconfig CLK_RK3399 909af0cbebSHeiko Stuebner bool "Rockchip RK3399 clock controller support" 91e8c51b90SHeiko Stuebner depends on ARM64 || COMPILE_TEST 924d98ed1eSElaine Zhang default y 934d98ed1eSElaine Zhang help 944d98ed1eSElaine Zhang Build the driver for RK3399 Clock Driver. 95cf911d89SElaine Zhang 96cf911d89SElaine Zhangconfig CLK_RK3568 979af0cbebSHeiko Stuebner bool "Rockchip RK3568 clock controller support" 98cf911d89SElaine Zhang depends on ARM64 || COMPILE_TEST 99cf911d89SElaine Zhang default y 100cf911d89SElaine Zhang help 101cf911d89SElaine Zhang Build the driver for RK3568 Clock Driver. 102f1c506d1SElaine Zhang 103*cc40f5baSElaine Zhangconfig CLK_RK3576 104*cc40f5baSElaine Zhang bool "Rockchip RK3576 clock controller support" 105*cc40f5baSElaine Zhang depends on ARM64 || COMPILE_TEST 106*cc40f5baSElaine Zhang default y 107*cc40f5baSElaine Zhang help 108*cc40f5baSElaine Zhang Build the driver for RK3576 Clock Driver. 109*cc40f5baSElaine Zhang 110f1c506d1SElaine Zhangconfig CLK_RK3588 111f1c506d1SElaine Zhang bool "Rockchip RK3588 clock controller support" 112f1c506d1SElaine Zhang depends on ARM64 || COMPILE_TEST 113f1c506d1SElaine Zhang default y 114f1c506d1SElaine Zhang help 115f1c506d1SElaine Zhang Build the driver for RK3588 Clock Driver. 116f1c506d1SElaine Zhang 1174d98ed1eSElaine Zhangendif 118