File tree Expand file tree Collapse file tree 3 files changed +467
-0
lines changed Expand file tree Collapse file tree 3 files changed +467
-0
lines changed Original file line number Diff line number Diff line change @@ -98,3 +98,9 @@ config CLK_IMX8QXP
98
98
select MXC_CLK_SCU
99
99
help
100
100
Build the driver for IMX8QXP SCU based clocks.
101
+
102
+ config CLK_IMX8ULP
103
+ tristate "IMX8ULP CCM Clock Driver"
104
+ depends on ARCH_MXC || COMPILE_TEST
105
+ help
106
+ Build the driver for i.MX8ULP CCM Clock Driver
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ clk-imx-scu-$(CONFIG_CLK_IMX8QXP) += clk-scu.o clk-imx8qxp.o \
31
31
clk-imx8qxp-rsrc.o clk-imx8qm-rsrc.o
32
32
clk-imx-lpcg-scu-$(CONFIG_CLK_IMX8QXP) += clk-lpcg-scu.o clk-imx8qxp-lpcg.o
33
33
34
+ obj-$(CONFIG_CLK_IMX8ULP) += clk-imx8ulp.o
35
+
34
36
obj-$(CONFIG_CLK_IMX1) += clk-imx1.o
35
37
obj-$(CONFIG_CLK_IMX25) += clk-imx25.o
36
38
obj-$(CONFIG_CLK_IMX27) += clk-imx27.o
You can’t perform that action at this time.
0 commit comments