File tree Expand file tree Collapse file tree 3 files changed +446
-0
lines changed Expand file tree Collapse file tree 3 files changed +446
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,13 @@ config CLK_IMX93
114
114
help
115
115
Build the driver for i.MX93 CCM Clock Driver
116
116
117
+ config CLK_IMX95_BLK_CTL
118
+ tristate "IMX95 Clock Driver for BLK CTL"
119
+ depends on ARCH_MXC || COMPILE_TEST
120
+ select MXC_CLK
121
+ help
122
+ Build the clock driver for i.MX95 BLK CTL
123
+
117
124
config CLK_IMXRT1050
118
125
tristate "IMXRT1050 CCM Clock Driver"
119
126
depends on SOC_IMXRT || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ obj-$(CONFIG_CLK_IMX8MP) += clk-imx8mp.o clk-imx8mp-audiomix.o
31
31
obj-$(CONFIG_CLK_IMX8MQ) += clk-imx8mq.o
32
32
33
33
obj-$(CONFIG_CLK_IMX93) += clk-imx93.o
34
+ obj-$(CONFIG_CLK_IMX95_BLK_CTL) += clk-imx95-blk-ctl.o
34
35
35
36
obj-$(CONFIG_MXC_CLK_SCU) += clk-imx-scu.o clk-imx-lpcg-scu.o clk-imx-acm.o
36
37
clk-imx-scu-$(CONFIG_CLK_IMX8QXP) += clk-scu.o clk-imx8qxp.o \
You can’t perform that action at this time.
0 commit comments