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:
parent
c1041a89a0
commit
8a7eeeb7f1
3 changed files with 9 additions and 13 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue