From 6ca9390e4d9a08e9fc0f745b5b92f6dac30bcd6b Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 9 Dec 2016 22:46:23 +0200 Subject: [PATCH] Bluetooth: Kconfig: Fix logging dependency on printk Now that all logging methods use printk as a backend the respective Kconfig options should declare the right dependencies. Change-Id: I65c759db0ec7ba6333b76d8d20aea0e374fd4947 Signed-off-by: Johan Hedberg --- subsys/bluetooth/host/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subsys/bluetooth/host/Kconfig b/subsys/bluetooth/host/Kconfig index 25eb8457961..b991dda4d19 100644 --- a/subsys/bluetooth/host/Kconfig +++ b/subsys/bluetooth/host/Kconfig @@ -296,7 +296,7 @@ config BLUETOOTH_DEBUG_NONE config BLUETOOTH_DEBUG_LOG bool "Normal printf-style to console" select BLUETOOTH_DEBUG - select STDOUT_CONSOLE + select PRINTK select SYS_LOG help This option enables Bluetooth debug going to standard @@ -305,6 +305,7 @@ config BLUETOOTH_DEBUG_LOG config BLUETOOTH_DEBUG_MONITOR bool "Monitor protocol over UART" select BLUETOOTH_DEBUG + select PRINTK select CONSOLE_HAS_DRIVER help Use a custom logging protocol over the console UART