We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037a474 commit ba5625cCopy full SHA for ba5625c
drivers/clk/imx/Kconfig
@@ -8,6 +8,12 @@ config MXC_CLK_SCU
8
bool
9
depends on IMX_SCU
10
11
+config CLK_IMX8MM
12
+ bool "IMX8MM CCM Clock Driver"
13
+ depends on ARCH_MXC && ARM64
14
+ help
15
+ Build the driver for i.MX8MM CCM Clock Driver
16
+
17
config CLK_IMX8MQ
18
bool "IMX8MQ CCM Clock Driver"
19
depends on ARCH_MXC && ARM64
drivers/clk/imx/Makefile
@@ -25,6 +25,7 @@ obj-$(CONFIG_MXC_CLK_SCU) += \
25
clk-scu.o \
26
clk-lpcg-scu.o
27
28
+obj-$(CONFIG_CLK_IMX8MM) += clk-imx8mm.o
29
obj-$(CONFIG_CLK_IMX8MQ) += clk-imx8mq.o
30
obj-$(CONFIG_CLK_IMX8QXP) += clk-imx8qxp.o clk-imx8qxp-lpcg.o
31
0 commit comments