15 lines
291 B
Plaintext
15 lines
291 B
Plaintext
|
# Copyright 2023 Nordic Semiconductor ASA
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
mainmenu "Snippet tests"
|
||
|
|
||
|
menu "Zephyr"
|
||
|
source "Kconfig.zephyr"
|
||
|
endmenu
|
||
|
|
||
|
config FOO
|
||
|
int "Helper option for testing snippet foo"
|
||
|
default 1
|
||
|
help
|
||
|
This option's value should be overridden by the foo snippet.
|