1# Copyright (c) 2025 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config NATIVE_USE_NSI_ERRNO
5	bool
6	help
7	  Build the native simulator nsi_errno component with the Zephyr embedded code.
8	  This component allows translating errno values from/to the embedded libC to/from the host libC.
9