1# Copyright (c) 2024 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4config SOC_FOLDER_TEST_STRING 5 string "Test string" 6 default "one" 7 8config SOC_FOLDER_TEST_INCLUDE_BOARD 9 bool "Included board Kconfig fragment" 10 11config SOC_FOLDER_TEST_INCLUDE_BOARD_SUFFIX 12 bool "Included board Kconfig fragment with suffix" 13 14config SOC_FOLDER_TEST_INCLUDE_BOARD_QUALIFIERS 15 bool "Included board with qualifiers Kconfig fragment" 16 17config SOC_FOLDER_TEST_INCLUDE_BOARD_OTHER 18 bool "Included other board Kconfig fragment" 19 20config SOC_FOLDER_TEST_INCLUDE_SOC 21 bool "Included soc Kconfig fragment" 22 23config SOC_FOLDER_TEST_INCLUDE_SOC_SUFFIX 24 bool "Included soc overlay Kconfig fragment" 25 26config SOC_FOLDER_TEST_INCLUDE_SOC_OTHER 27 bool "Included other soc overlay Kconfig fragment" 28 29config TEST_TYPE 30 int "Test type" 31 32source "Kconfig.zephyr" 33