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:
Arkadiusz Lichwa 2015-11-16 15:16:52 +01:00 committed by Anas Nashif
commit e2f04214b5

View file

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