From d9033386bf1b5da0c20c1a6bc36d530c9d4bf184 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Wed, 1 Jun 2016 10:43:55 +0300 Subject: [PATCH] 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 --- net/bluetooth/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index f8f3726bb86..349f70dfb1a 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -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