1# Copyright (c) 2024 Nordic Semiconductor ASA 2# 3# SPDX-License-Identifier: Apache-2.0 4 5config BASE_BOARD_SETTING 6 bool "Base board test string" 7 help 8 This kconfig is set when the base board config fragment is supposed to 9 be sourced, that is when oot variant defines 10 'extends:' 11 ' board: native_sim' 12 ' qualifier: posix' 13 ' inherit: 1' 14 15source "Kconfig.zephyr" 16