logging: minimal: Change imply to select for printk

This changes the minimal logging Kconfig to select printk rather
than imply it, this is because if someone turns printk off,
minimal footprint logging does not work, therefore it needs to be
a requirement.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2022-12-02 11:14:12 +00:00 committed by Carles Cufí
commit 47518d47a2

View file

@ -27,7 +27,7 @@ config LOG_MODE_IMMEDIATE
config LOG_MODE_MINIMAL config LOG_MODE_MINIMAL
bool "Minimal-footprint" bool "Minimal-footprint"
imply PRINTK select PRINTK
help help
Enable minimal logging implementation. This has very little footprint Enable minimal logging implementation. This has very little footprint
overhead on top of the printk() implementation for standard overhead on top of the printk() implementation for standard