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