blob: 381458cf73d1ffa379e9fc723a46750d308f0f37 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
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.