Bluetooth: Kconfig: Add missing BLUETOOTH_STACK_HCI dependencies
These options shouldn't show up unless the HCI stack has been selected. Change-Id: I0f07c56f899ec833bec64ff062e1456341845027 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
5e46cfd2d0
commit
032be935c0
1 changed files with 4 additions and 0 deletions
|
@ -263,6 +263,7 @@ config BLUETOOTH_DEBUG_COLOR
|
|||
|
||||
config BLUETOOTH_DEBUG_HCI_CORE
|
||||
bool "Bluetooth HCI core debug"
|
||||
depends on BLUETOOTH_STACK_HCI
|
||||
default n
|
||||
help
|
||||
This option enables debug support for Bluetooth HCI
|
||||
|
@ -278,6 +279,7 @@ config BLUETOOTH_DEBUG_CONN
|
|||
|
||||
config BLUETOOTH_DEBUG_KEYS
|
||||
bool "Bluetooth security keys debug"
|
||||
depends on BLUETOOTH_STACK_HCI
|
||||
depends on BLUETOOTH_SMP
|
||||
default n
|
||||
help
|
||||
|
@ -294,6 +296,7 @@ config BLUETOOTH_DEBUG_L2CAP
|
|||
|
||||
config BLUETOOTH_DEBUG_SMP
|
||||
bool "Bluetooth Security Manager Protocol (SMP) debug"
|
||||
depends on BLUETOOTH_STACK_HCI
|
||||
depends on BLUETOOTH_SMP
|
||||
default n
|
||||
help
|
||||
|
@ -329,6 +332,7 @@ endif # BLUETOOTH_DEBUG
|
|||
config BLUETOOTH_BREDR
|
||||
bool "Bluetooth BR/EDR support [EXPERIMENTAL]"
|
||||
default n
|
||||
depends on BLUETOOTH_STACK_HCI
|
||||
select BLUETOOTH_CONN
|
||||
help
|
||||
This option enables Bluetooth BR/EDR support"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue