-
CONFIG_BOARD_NATIVE_POSIX
¶
Native POSIX
Type: bool
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.
Direct dependencies¶
SOC_POSIX
&& <choice: Board Selection>
(Includes any dependencies from if’s and menus.)
Symbols selected by this symbol¶
Kconfig definition¶
At boards/posix/native_posix/Kconfig.board:3
Included via Kconfig:10
→ Kconfig.zephyr:25
→ boards/Kconfig:21
Menu path: (top menu) → Board Selection
config BOARD_NATIVE_POSIX bool prompt "Native POSIX" ifSOC_POSIX
&& <choice: Board Selection> selectNATIVE_POSIX_TIMER
ifSOC_POSIX
&& <choice: Board Selection> selectNATIVE_POSIX_CONSOLE
ifSOC_POSIX
&& <choice: Board Selection> depends onSOC_POSIX
&& <choice: Board Selection> 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.
(Definitions include propagated dependencies, including from if’s and menus.)