We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3561e7 commit cf911d8Copy full SHA for cf911d8
drivers/clk/rockchip/Kconfig
@@ -85,4 +85,11 @@ config CLK_RK3399
85
default y
86
help
87
Build the driver for RK3399 Clock Driver.
88
+
89
+config CLK_RK3568
90
+ tristate "Rockchip RK3568 clock controller support"
91
+ depends on ARM64 || COMPILE_TEST
92
+ default y
93
+ help
94
+ Build the driver for RK3568 Clock Driver.
95
endif
drivers/clk/rockchip/Makefile
@@ -26,3 +26,4 @@ obj-$(CONFIG_CLK_RK3308) += clk-rk3308.o
26
obj-$(CONFIG_CLK_RK3328) += clk-rk3328.o
27
obj-$(CONFIG_CLK_RK3368) += clk-rk3368.o
28
obj-$(CONFIG_CLK_RK3399) += clk-rk3399.o
29
+obj-$(CONFIG_CLK_RK3568) += clk-rk3568.o
0 commit comments