Browse Source

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>
pull/69687/head
Daniel DeGrasse 1 year ago committed by Carles Cufi
parent
commit
5836c1b699
  1. 6
      modules/Kconfig.mcux

6
modules/Kconfig.mcux

@ -10,6 +10,12 @@ config HAS_MCUX @@ -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

Loading…
Cancel
Save