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:
Ye Li 2018-03-23 01:59:21 -07:00
parent 9d592121be
commit a56c1d98d8
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ config MX6Q
select MX6_SMP
bool
config MX6QP
select MX6Q
bool
config MX6QDL
select HAS_CAAM
select MX6_SMP