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:
parent
ed35aa8c63
commit
385240ad0c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue