blob: ca953b1a8cbf1d10388bc04e06b99286e6e33e04 [file] [log] [blame]
config BOARD_NATIVE_POSIX
bool "Native POSIX"
depends on SOC_POSIX
select NATIVE_POSIX_TIMER
select NATIVE_POSIX_CONSOLE
help
Will produce a console Linux process which can be executed natively.
It provides some minimal needed models:
An interrupt controller, timer (system tick), and redirects kernel prints to
stdout.