File tree Expand file tree Collapse file tree 5 files changed +2532
-0
lines changed Expand file tree Collapse file tree 5 files changed +2532
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,13 @@ config CLK_RK3568
100
100
help
101
101
Build the driver for RK3568 Clock Driver.
102
102
103
+ config CLK_RK3576
104
+ bool "Rockchip RK3576 clock controller support"
105
+ depends on ARM64 || COMPILE_TEST
106
+ default y
107
+ help
108
+ Build the driver for RK3576 Clock Driver.
109
+
103
110
config CLK_RK3588
104
111
bool "Rockchip RK3588 clock controller support"
105
112
depends on ARM64 || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -28,4 +28,5 @@ obj-$(CONFIG_CLK_RK3328) += clk-rk3328.o
28
28
obj-$(CONFIG_CLK_RK3368) += clk-rk3368.o
29
29
obj-$(CONFIG_CLK_RK3399) += clk-rk3399.o
30
30
obj-$(CONFIG_CLK_RK3568) += clk-rk3568.o
31
+ obj-$(CONFIG_CLK_RK3576) += clk-rk3576.o rst-rk3576.o
31
32
obj-$(CONFIG_CLK_RK3588) += clk-rk3588.o rst-rk3588.o
You can’t perform that action at this time.
0 commit comments