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:
parent
65c9288901
commit
d9c76e6fe1
1 changed files with 12 additions and 0 deletions
12
soc/posix/inf_clock/Kconfig
Normal file
12
soc/posix/inf_clock/Kconfig
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue