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:
parent
abef3d3001
commit
47518d47a2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue