mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-21 11:20:54 +00: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
|
||||
bool
|
||||
select IMX8M
|
||||
select CLK_IMX8MQ
|
||||
|
||||
config IMX8MM
|
||||
bool
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user