-
CONFIG_BOARD_NATIVE_POSIX_64BIT
¶
Native POSIX for 64-bit host
Type: bool
Help¶
Will produce a console Linux process which can be executed natively as a 64-bit executable. 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 ifs and menus.)
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/boards/posix/native_posix/Kconfig.board:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/boards/Kconfig:22
Menu path: (Top) → Board Selection
config BOARD_NATIVE_POSIX_64BIT bool "Native POSIX for 64-bit host" selectBOARD_NATIVE_POSIX
select64BIT
depends onSOC_POSIX
&& <choice: Board Selection> help Will produce a console Linux process which can be executed natively as a 64-bit executable. It provides some minimal needed models: An interrupt controller, timer (system tick), and redirects kernel prints to stdout.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)