1# Kconfig options for the test
2#
3# Copyright (c) 2024 Nordic Semiconductor ASA
4# SPDX-License-Identifier: Apache-2.0
5
6menu "Test configuration"
7
8module = APP
9module-str = app
10
11source "subsys/logging/Kconfig.template.log_config"
12
13endmenu
14
15source "Kconfig.zephyr"
16