7f08061f0c
Clean up logging menuconfig by grouping configuration into sections like: mode, processing configuration, backends. Additionlly, removed LOG_ENABLE_FANCY_OUTPUT_FORMATTING which is no longer in use. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
12 lines
168 B
Plaintext
12 lines
168 B
Plaintext
#
|
|
# Copyright (c) 2020 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
CONFIG_LOG=y
|
|
CONFIG_USE_SEGGER_RTT=y
|
|
CONFIG_LOG_MODE_MINIMAL=n
|
|
|
|
CONFIG_I2C=y
|