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:
Peng Fan 2019-08-27 06:24:54 +00:00 committed by Stefano Babic
parent 478f944a96
commit d968ae7ed6

View file

@ -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