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:
Andrei Emeltchenko 2016-06-01 10:43:55 +03:00 committed by Johan Hedberg
parent d00b9f0cb9
commit d9033386bf

View file

@ -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