soc/native/inf_clock/Kconfig: Simply dependencies

After removing NATIVE_APPLICATION, only NATIVE_LIBRARY is
possible with SOC_POSIX.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2025-06-30 16:19:44 +02:00 committed by Alberto Escolar
parent cf9634cbd0
commit cab1f00c12

View File

@ -11,7 +11,6 @@ config NATIVE_SIMULATOR_MCU_N
int "CPU Number this image targets"
range 0 15
default 0
depends on NATIVE_LIBRARY
help
Which native simulator microcontroller/CPU number is this image targeting.
This option is only applicable for targets which use the
@ -21,14 +20,12 @@ config NATIVE_SIMULATOR_NUMBER_MCUS
int "Total number of MCUs this target has"
range 1 16
default 1
depends on NATIVE_LIBRARY
help
How many AMP MCUs does this target have in total.
config NATIVE_SIMULATOR_PRIMARY_MCU_INDEX
int "Which CPU is the primary/preferred"
default 0
depends on NATIVE_LIBRARY
help
On a multi MCU device, which MCU is the preferred one.
This MCU will for example have its tests command line parameters presented
@ -37,7 +34,6 @@ config NATIVE_SIMULATOR_PRIMARY_MCU_INDEX
config NATIVE_SIMULATOR_EXTRA_IMAGE_PATHS
string "Other cores images to include"
depends on NATIVE_LIBRARY
help
This option can be used to provide the native simulator with other MCUs/Cores images which have
been produced by either other Zephyr builds or different OS builds.
@ -46,7 +42,6 @@ config NATIVE_SIMULATOR_EXTRA_IMAGE_PATHS
config NATIVE_SIMULATOR_AUTOSTART_MCU
bool "Auto-start this MCU"
depends on NATIVE_LIBRARY
help
Automatically start the MCU this Zephyr image is built for during HW boot,
even if in other circumstances this MCU would not start automatically (for ex. because