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:
Johan Hedberg 2016-03-19 08:52:56 +02:00 committed by Gerrit Code Review
commit 032be935c0

View file

@ -263,6 +263,7 @@ config BLUETOOTH_DEBUG_COLOR
config BLUETOOTH_DEBUG_HCI_CORE config BLUETOOTH_DEBUG_HCI_CORE
bool "Bluetooth HCI core debug" bool "Bluetooth HCI core debug"
depends on BLUETOOTH_STACK_HCI
default n default n
help help
This option enables debug support for Bluetooth HCI This option enables debug support for Bluetooth HCI
@ -278,6 +279,7 @@ config BLUETOOTH_DEBUG_CONN
config BLUETOOTH_DEBUG_KEYS config BLUETOOTH_DEBUG_KEYS
bool "Bluetooth security keys debug" bool "Bluetooth security keys debug"
depends on BLUETOOTH_STACK_HCI
depends on BLUETOOTH_SMP depends on BLUETOOTH_SMP
default n default n
help help
@ -294,6 +296,7 @@ config BLUETOOTH_DEBUG_L2CAP
config BLUETOOTH_DEBUG_SMP config BLUETOOTH_DEBUG_SMP
bool "Bluetooth Security Manager Protocol (SMP) debug" bool "Bluetooth Security Manager Protocol (SMP) debug"
depends on BLUETOOTH_STACK_HCI
depends on BLUETOOTH_SMP depends on BLUETOOTH_SMP
default n default n
help help
@ -329,6 +332,7 @@ endif # BLUETOOTH_DEBUG
config BLUETOOTH_BREDR config BLUETOOTH_BREDR
bool "Bluetooth BR/EDR support [EXPERIMENTAL]" bool "Bluetooth BR/EDR support [EXPERIMENTAL]"
default n default n
depends on BLUETOOTH_STACK_HCI
select BLUETOOTH_CONN select BLUETOOTH_CONN
help help
This option enables Bluetooth BR/EDR support" This option enables Bluetooth BR/EDR support"