mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-13 20:36:02 +01:00
imx: imx8mq: default select CLK_IMX8MQ
Since the power domain driver default select CONFIG_CLK, so we will meet lots failures without CLK_IMX8MQ, so default select it. Fixes: commit 4eb82c2e56a7c ("imx: power-domain: Get rid of SMCCC dependency") Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
622ecee93a
commit
4230d68aa8
@ -8,6 +8,7 @@ config IMX8M
|
|||||||
config IMX8MQ
|
config IMX8MQ
|
||||||
bool
|
bool
|
||||||
select IMX8M
|
select IMX8M
|
||||||
|
select CLK_IMX8MQ
|
||||||
|
|
||||||
config IMX8MM
|
config IMX8MM
|
||||||
bool
|
bool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user