Skip to content

Commit

Permalink
clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imx8mn
Browse files Browse the repository at this point in the history
The clock composite is required when using the clock framework. So
select it automatically.

Signed-off-by: Heiko Thiery <[email protected]>
  • Loading branch information
hthiery authored and sbabic committed Feb 19, 2022
1 parent e426a3a commit e7c5a63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/clk/imx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

Expand Down

0 comments on commit e7c5a63

Please sign in to comment.