1# Copyright 2024 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4menu "Zephyr"
5source "Kconfig.zephyr"
6endmenu
7
8# Test values set by the snippet config overlays and tested by the test logic
9config TEST_FOO_VAL
10	int "Test value"
11	default 12
12	help
13	  This option's value should be overridden by sysbuild.
14