1# Copyright (c) 2023 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config BOARD_NATIVE_SIM_32BIT
5	bool "Native simulation, 32-bit mode"
6	select BOARD_NATIVE_SIM
7	help
8	  Will produce a console Linux process which can be executed natively
9	  as a 32-bit executable.
10
11config BOARD_NATIVE_SIM_64BIT
12	bool "Native simulation, 64-bit mode"
13	select BOARD_NATIVE_SIM
14	select 64BIT
15	help
16	  Will produce a console Linux process which can be executed natively
17	  as a 64-bit executable.
18