summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Thiery <[email protected]>2022-01-30 07:38:12 +0100
committerStefano Babic <[email protected]>2022-02-05 15:49:01 +0100
commitbfbdf9eabf1e5eab7be73516f0b79a1915fcfcff (patch)
tree8eb0319788f6c83bf585a1bd113724a94f3d8512
parent0e0ae730bb0eb687d3152fc62bb2b4316ce15601 (diff)
clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imxrt10{20|50}
The clock composite is required when using the clock framework. So select it automatically. Signed-off-by: Heiko Thiery <[email protected]> Reviewed-by: Giulio Benetti <[email protected]>
-rw-r--r--drivers/clk/imx/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/clk/imx/Kconfig b/drivers/clk/imx/Kconfig
index 96721bcbf3b..19e40da725f 100644
--- a/drivers/clk/imx/Kconfig
+++ b/drivers/clk/imx/Kconfig
@@ -74,6 +74,7 @@ config SPL_CLK_IMXRT1020
depends on ARCH_IMXRT && 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.MXRT1020
@@ -82,6 +83,7 @@ config CLK_IMXRT1020
depends on ARCH_IMXRT
select CLK
select CLK_CCF
+ select CLK_COMPOSITE_CCF
help
This enables support clock driver for i.MXRT1020 platforms.
@@ -90,6 +92,7 @@ config SPL_CLK_IMXRT1050
depends on ARCH_IMXRT && 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.MXRT1050
@@ -98,5 +101,6 @@ config CLK_IMXRT1050
depends on ARCH_IMXRT
select CLK
select CLK_CCF
+ select CLK_COMPOSITE_CCF
help
This enables support clock driver for i.MXRT1050 platforms.