mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
imx: add IMX8MQ kconfig entry
Add IMX8MQ kconfig entry, preparing support IMX8MM Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
478f944a96
commit
d968ae7ed6
1 changed files with 5 additions and 1 deletions
|
@ -4,6 +4,10 @@ config IMX8M
|
|||
bool
|
||||
select ROM_UNIFIED_SECTIONS
|
||||
|
||||
config IMX8MQ
|
||||
bool
|
||||
select IMX8M
|
||||
|
||||
config SYS_SOC
|
||||
default "imx8m"
|
||||
|
||||
|
@ -13,7 +17,7 @@ choice
|
|||
|
||||
config TARGET_IMX8MQ_EVK
|
||||
bool "imx8mq_evk"
|
||||
select IMX8M
|
||||
select IMX8MQ
|
||||
select IMX8M_LPDDR4
|
||||
|
||||
endchoice
|
||||
|
|
Loading…
Reference in a new issue