Bluetooth: Move HCI driver debug to top-level Kconfig

Since the HCI driver debug option applies to both files in
drivers/bluetooth and subsys/bluetooth, the configuration option itself
now lives in the top-level Kconfig file for consistency.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2017-05-05 15:45:34 +02:00 committed by Johan Hedberg
commit 8a7eeeb7f1
3 changed files with 9 additions and 13 deletions

View file

@ -58,13 +58,6 @@ endchoice
endif # !BLUETOOTH_CONTROLLER
config BLUETOOTH_DEBUG_HCI_DRIVER
bool "Bluetooth HCI driver debug"
depends on BLUETOOTH_DEBUG
help
This option enables debug support for the chosen
Bluetooth HCI driver
config BLUETOOTH_UART_ON_DEV_NAME
string "Device Name of UART Device for Bluetooth"
default "UART_0"