Logger sample extended to use template for configuration of sample module. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
19 lines
363 B
Plaintext
19 lines
363 B
Plaintext
# Kconfig - Config options for logger sample app
|
|
#
|
|
# Copyright (c) 2018 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
mainmenu "Logger sample application"
|
|
|
|
menu "Application configuration"
|
|
|
|
module = SAMPLE_MODULE
|
|
module-str = Sample module
|
|
source "subsys/logging/Kconfig.template.log_config"
|
|
|
|
endmenu
|
|
|
|
source "$(ZEPHYR_BASE)/Kconfig.zephyr"
|