aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/rockchip/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/rockchip/Kconfig')
-rw-r--r--drivers/clk/rockchip/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/clk/rockchip/Kconfig b/drivers/clk/rockchip/Kconfig
index 345a5d2a457c..9aad86925cd2 100644
--- a/drivers/clk/rockchip/Kconfig
+++ b/drivers/clk/rockchip/Kconfig
@@ -99,4 +99,12 @@ config CLK_RK3568
default y
help
Build the driver for RK3568 Clock Driver.
+
+config CLK_RK3588
+ bool "Rockchip RK3588 clock controller support"
+ depends on ARM64 || COMPILE_TEST
+ default y
+ help
+ Build the driver for RK3588 Clock Driver.
+
endif