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:
parent
fe958df4dd
commit
6ca9390e4d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue