Bluetooth: Fix BT_TESTING option dependency

This removes BT_DEBUG dependency on BT_TESTING flag.

Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
This commit is contained in:
Mariusz Skamra 2018-01-12 15:41:55 +01:00 committed by Johan Hedberg
commit 385240ad0c

View file

@ -444,14 +444,14 @@ config BT_DEBUG_SDP
This option enables debug support for the Bluetooth This option enables debug support for the Bluetooth
Service Discovery Protocol (SDP). Service Discovery Protocol (SDP).
endif # BT_DEBUG
config BT_TESTING config BT_TESTING
bool "Bluetooth Testing" bool "Bluetooth Testing"
help help
This option enables custom Bluetooth testing interface. This option enables custom Bluetooth testing interface.
Shall only be used for testing purposes. Shall only be used for testing purposes.
endif # BT_DEBUG
config BT_BREDR config BT_BREDR
bool "Bluetooth BR/EDR support [EXPERIMENTAL]" bool "Bluetooth BR/EDR support [EXPERIMENTAL]"
depends on BT_HCI_HOST depends on BT_HCI_HOST