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 <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2016-12-09 22:46:23 +02:00
commit 6ca9390e4d

View file

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