native SOC: Add option to select CPU we target

Add a new kconfig option to select which embedded
CPU we are targetting.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-08-31 16:01:09 +02:00 committed by Fabio Baltieri
commit d9c76e6fe1

View file

@ -0,0 +1,12 @@
# Copyright (c) 2023 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config NATIVE_SIMULATOR_CPU_N
int "CPU Number this image targets"
range 0 15
default 0
depends on NATIVE_LIBRARY
help
Which native simulator embedded CPU number is this image targeting.
This option is only applicable for targets which use the
native simulator as their runner.