Bluetooth: log: Enable STDOUT_CONSOLE for printf support
The Bluetooth logs use format specifiers available with printf but not with printk. Selecting STDOUT_CONSOLE enables printf support, which makes the logs readable again. Change-Id: I3e86f0bcf31688148a340eba6cdf33e81c64393d Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
d00b9f0cb9
commit
d9033386bf
|
@ -273,6 +273,7 @@ config BLUETOOTH_DEBUG_NONE
|
|||
config BLUETOOTH_DEBUG_LOG
|
||||
bool "Normal printf-style to console"
|
||||
select BLUETOOTH_DEBUG
|
||||
select STDOUT_CONSOLE
|
||||
select SYS_LOG
|
||||
help
|
||||
This option enables Bluetooth debug going to standard
|
||||
|
|
Loading…
Reference in a new issue