Commit 01c84425 authored by Piotr Mienkowski's avatar Piotr Mienkowski Committed by Andrzej Puzdrowski
Browse files

zephyr: do not set defaults for LOG_IMMEDIATE Kconfig



LOG_IMMEDIATE Kconfig option has been repurposed and is now a Zephyr's
internal, non-visible symbol that should not be used by the end user.

The logging mode used by MCUBoot is defined in prj.conf

Signed-off-by: default avatarPiotr Mienkowski <piotr.mienkowski@gmail.com>
parent bd69c3dd
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -663,10 +663,6 @@ config MULTITHREADING
	default n if SOC_FAMILY_NRF
	default y

config LOG_IMMEDIATE
	default n if MULTITHREADING
	default y

config LOG_PROCESS_THREAD
	default n # mcuboot has its own log processing thread