1# Kconfig options for the test 2# 3# Only used as single point for log level configuration. 4# Can be extended with any new kconfig, really. 5# 6# Copyright (c) 2024 Nordic Semiconductor ASA 7# SPDX-License-Identifier: Apache-2.0 8 9menu "Test configuration" 10 11module = APP 12module-str = app 13 14source "subsys/logging/Kconfig.template.log_config" 15 16endmenu 17 18source "Kconfig.zephyr" 19