blob: 7cc9ead031f4d0b5d4eb8ad99542a6099a32b1f5 [file] [log] [blame]
# Copyright (c) 2023 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config BOARD_NATIVE_SIM_32BIT
bool "Native simulation, 32-bit mode"
select BOARD_NATIVE_SIM
help
Will produce a console Linux process which can be executed natively
as a 32-bit executable.
config BOARD_NATIVE_SIM_64BIT
bool "Native simulation, 64-bit mode"
select BOARD_NATIVE_SIM
select 64BIT
help
Will produce a console Linux process which can be executed natively
as a 64-bit executable.