blob: ab933aedad8475015a8c6b50e69a72c80419077c [file] [log] [blame]
# Copyright (c) 2016 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
menuconfig LOG
bool "Logging"
select PRINTK if USERSPACE
help
Global switch for the logger, when turned off log calls will not be
compiled in.
if LOG
config LOG_CORE_INIT_PRIORITY
int "Log Core Initialization Priority"
range 0 99
default 0
rsource "Kconfig.mode"
rsource "Kconfig.filtering"
if !LOG_FRONTEND && !LOG_MINIMAL
rsource "Kconfig.formatting"
rsource "Kconfig.processing"
rsource "Kconfig.backends"
endif # !LOG_FRONTEND && !LOG_MINIMAL
rsource "Kconfig.misc"
endif # LOG