You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
319 B
13 lines
319 B
# Copyright 2024 Nordic Semiconductor ASA |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
menu "Zephyr" |
|
source "Kconfig.zephyr" |
|
endmenu |
|
|
|
# Test values set by the snippet config overlays and tested by the test logic |
|
config TEST_FOO_VAL |
|
int "Test value" |
|
default 12 |
|
help |
|
This option's value should be overridden by sysbuild.
|
|
|