blob: 54d3f14e1e5232b8c778be327b6135899c533118 [file] [log] [blame]
# 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.