modules: mcux: introduce CONFIG_MCUX_CORE_SUFFIX
MCUX SDK depends on "core suffixes" in order to identify which core a build is targeting on a multicore part. Previously, this information was parsed from the CONFIG_SOC string, but with hardware model v2 this is no longer possible. Introduce the Kconfig MCUX_CORE_SUFFIX, which multicore SOCs can set to inform MCUX which core the build is targeting. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
committed by
Carles Cufi
parent
338f6f2bf1
commit
5836c1b699
@@ -10,6 +10,12 @@ config HAS_MCUX
|
||||
|
||||
if HAS_MCUX
|
||||
|
||||
config MCUX_CORE_SUFFIX
|
||||
string
|
||||
help
|
||||
String describing the core identifer used by MCUX SDK when using
|
||||
dual core parts
|
||||
|
||||
config HAS_MCUX_12B1MSPS_SAR
|
||||
bool
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user