1# Copyright (c) 2021 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4module = SAMPLE_MODULE
5module-str = Test logging API
6source "subsys/logging/Kconfig.template.log_config"
7
8config TEST_LOG_MSG_APPEND_RO_STRING_LOC
9	bool "Append read-only string locations to the package"
10	select LOG_MSG_APPEND_RO_STRING_LOC
11
12source "Kconfig.zephyr"
13