clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imx8mn
authorHeiko Thiery <heiko.thiery@gmail.com>
Sun, 30 Jan 2022 06:37:06 +0000 (07:37 +0100)
committerStefano Babic <sbabic@denx.de>
Sat, 19 Feb 2022 13:46:54 +0000 (14:46 +0100)
The clock composite is required when using the clock framework. So
select it automatically.

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
drivers/clk/imx/Kconfig

index 19e40da..cdd3480 100644 (file)
@@ -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.