File tree Expand file tree Collapse file tree 4 files changed +1165
-0
lines changed Expand file tree Collapse file tree 4 files changed +1165
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,13 @@ config CLK_RV110X
23
23
help
24
24
Build the driver for RV110x Clock Driver.
25
25
26
+ config CLK_RV1126
27
+ bool "Rockchip RV1126 clock controller support"
28
+ depends on ARM || COMPILE_TEST
29
+ default y
30
+ help
31
+ Build the driver for RV1126 Clock Driver.
32
+
26
33
config CLK_RK3036
27
34
bool "Rockchip RK3036 clock controller support"
28
35
depends on ARM || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ clk-rockchip-$(CONFIG_RESET_CONTROLLER) += softrst.o
17
17
18
18
obj-$(CONFIG_CLK_PX30) += clk-px30.o
19
19
obj-$(CONFIG_CLK_RV110X) += clk-rv1108.o
20
+ obj-$(CONFIG_CLK_RV1126) += clk-rv1126.o
20
21
obj-$(CONFIG_CLK_RK3036) += clk-rk3036.o
21
22
obj-$(CONFIG_CLK_RK312X) += clk-rk3128.o
22
23
obj-$(CONFIG_CLK_RK3188) += clk-rk3188.o
You can’t perform that action at this time.
0 commit comments