blob: 4291a2e2f2bf60233aab3876a02d732c9ecafb56 [file] [log] [blame]
if BOARD_NATIVE_POSIX
comment "Native POSIX options"
config NATIVE_POSIX_SLOWDOWN_TO_REAL_TIME
bool "Slow down execution to real time"
depends on BOARD_NATIVE_POSIX
default y if !TEST
help
When selected the execution of the process will be slowed down to real time.
(if there is a lot of load it may be slower than real time)
If deselected, the process will run as fast as possible.
Note that this only decouples simulated time from real/wall time. In either
case the zephyr kernel and application cannot tell the difference unless they
interact with some other driver/device which runs at real time.
config HAS_SDL
bool
help
This option specifies that the target board has SDL support
endif