# Copyright (c) 2019 HAW Hamburg # # This file is subject to the terms and conditions of the GNU Lesser # General Public License v2.1. See the file LICENSE in the top level # directory for more details. # choice LOG #the choice prompt is described in sys/Kconfig config MODULE_LOG_COLOR bool "log_color: colored log output" select MODULE_LOG help Implements a logging module with colored output. endchoice