Commit dc96f016 authored by Kamil Gawor's avatar Kamil Gawor Committed by Christopher Friedt
Browse files

logging: Add choice name in template



This commit adds choice name in a logging subsystem
Kconfig template file.

Signed-off-by: default avatarKamil Gawor <Kamil.Gawor@nordicsemi.no>
parent d092945e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: Apache-2.0

choice
choice "$(module)_LOG_LEVEL_CHOICE"
	prompt "Max compiled-in log level for $(module-str)"
	default $(module)_LOG_LEVEL_INF
	depends on LOG