MLK-18143 mx6: Add CONFIG_MX6QP kconfig
Since i.MX6QP is a variant of i.MX6Q, the CONFIG_MX6QP will select CONFIG_MX6Q. Users can use is_mx6dqp to distinguish them at runtime. The reason to add this kconfig is plugin mode will use this configuration. Signed-off-by: Ye Li <ye.li@nxp.com>
This commit is contained in:
parent
9d592121be
commit
a56c1d98d8
|
|
@ -29,6 +29,10 @@ config MX6Q
|
|||
select MX6_SMP
|
||||
bool
|
||||
|
||||
config MX6QP
|
||||
select MX6Q
|
||||
bool
|
||||
|
||||
config MX6QDL
|
||||
select HAS_CAAM
|
||||
select MX6_SMP
|
||||
|
|
|
|||
Loading…
Reference in New Issue