diff --git a/subsys/logging/Kconfig.mode b/subsys/logging/Kconfig.mode index 10631a16566..6eb2b415118 100644 --- a/subsys/logging/Kconfig.mode +++ b/subsys/logging/Kconfig.mode @@ -27,7 +27,7 @@ config LOG_MODE_IMMEDIATE config LOG_MODE_MINIMAL bool "Minimal-footprint" - imply PRINTK + select PRINTK help Enable minimal logging implementation. This has very little footprint overhead on top of the printk() implementation for standard