[PATCH 1/2] clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imx8mn

Heiko Thiery heiko.thiery at gmail.com
Sun Jan 30 07:37:06 CET 2022


The clock composite is required when using the clock framework. So
select it automatically.

Signed-off-by: Heiko Thiery <heiko.thiery at gmail.com>
---
 drivers/clk/imx/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/clk/imx/Kconfig b/drivers/clk/imx/Kconfig
index 96721bcbf3..a2cd0347c3 100644
--- a/drivers/clk/imx/Kconfig
+++ b/drivers/clk/imx/Kconfig
@@ -42,6 +42,7 @@ config SPL_CLK_IMX8MN
 	depends on ARCH_IMX8M && SPL
 	select SPL_CLK
 	select SPL_CLK_CCF
+	select SPL_CLK_COMPOSITE_CCF
 	help
 	  This enables SPL DM/DTS support for clock driver in i.MX8MN
 
@@ -50,6 +51,7 @@ config CLK_IMX8MN
 	depends on ARCH_IMX8M
 	select CLK
 	select CLK_CCF
+	select CLK_COMPOSITE_CCF
 	help
 	  This enables support clock driver for i.MX8MN platforms.
 
-- 
2.30.2



More information about the U-Boot mailing list