Bluetooth: Kconfig: Make BLUETOOTH_DEBUG as common for LE & BR/EDR
Indicate to the user that the debug support is no longer LE-specific but generic for Bluetooth subsystem. Change-Id: I1a1c39fd03bf857ba673fbb5d15fa50ffba02afa Signed-off-by: Arkadiusz Lichwa <arkadiusz.lichwa@tieto.com>
This commit is contained in:
parent
ea8654d956
commit
e2f04214b5
1 changed files with 3 additions and 3 deletions
|
@ -161,8 +161,10 @@ config BLUETOOTH_MAX_PAIRED
|
|||
|
||||
endif # BLUETOOTH_CONN
|
||||
|
||||
endif # BLUETOOTH_LE
|
||||
|
||||
config BLUETOOTH_DEBUG
|
||||
bool "Bluetooth LE debug support"
|
||||
bool "Bluetooth debug support"
|
||||
select STDOUT_CONSOLE
|
||||
default n
|
||||
help
|
||||
|
@ -235,8 +237,6 @@ config BLUETOOTH_DEBUG_GATT
|
|||
|
||||
endif # BLUETOOTH_DEBUG
|
||||
|
||||
endif # BLUETOOTH_LE
|
||||
|
||||
config BLUETOOTH_BREDR
|
||||
bool "Bluetooth classic (BR/EDR) support [EXPERIMENTAL]"
|
||||
default n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue