diff --git a/soc/native/inf_clock/Kconfig b/soc/native/inf_clock/Kconfig index 4453d3dbccc..fe452074fed 100644 --- a/soc/native/inf_clock/Kconfig +++ b/soc/native/inf_clock/Kconfig @@ -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