1# Copyright (c) 2024 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config EXTENDED_VARIANT_BOARD_SETTING
5	bool "Extended variant board test string"
6	depends on BOARD_NATIVE_SIM_NATIVE_ONE || BOARD_NATIVE_SIM_NATIVE_64_TWO
7	help
8	  This kconfig is set when the extended variant board config fragment
9	  is supposed to be sourced, that is when oot variant defines 'extends:'
10
11config EXTENDED_VARIANT_BOARD_ONE_SETTING_PROMPTLESS
12	bool
13	depends on BOARD_NATIVE_SIM_NATIVE_ONE
14	help
15	  This kconfig is promptless and is expected to be set through the
16	  Kconfig.defconfig for the extended board.
17
18config EXTENDED_VARIANT_BOARD_TWO_SETTING_PROMPTLESS
19	bool
20	depends on BOARD_NATIVE_SIM_NATIVE_64_TWO
21	help
22	  This kconfig is promptless and is expected to be set through the
23	  Kconfig.defconfig for the extended board.
24
25config EXTENDED_VARIANT_BOARD_SETTING_DEFCONFIG
26	bool "Extended variant board test string defconfig"
27	depends on BOARD_NATIVE_SIM_NATIVE_ONE || BOARD_NATIVE_SIM_NATIVE_64_TWO
28	help
29	  This kconfig is set when the extended variant board defconfig fragment
30	  is supposed to be sourced, that is when oot variant defines 'extends:'
31