Bluetooth: Kconfig: Move BLUETOOTH_MAX_SCO_CONN to BR/EDR
Move the Kconfig option BLUETOOTH_MAX_SCO_CONN to BR/EDR if clause. Change-id: Iead2bc5a70a9499125f9edf22e85ade4dda8f5ac Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>
This commit is contained in:
parent
2d6b82d44d
commit
5f69bde72b
1 changed files with 8 additions and 9 deletions
|
@ -268,15 +268,6 @@ config BLUETOOTH_TINYCRYPT_ECC
|
||||||
option injects support for the 2 HCI commands required for LE Secure
|
option injects support for the 2 HCI commands required for LE Secure
|
||||||
Connections so that Hosts can make use of those.
|
Connections so that Hosts can make use of those.
|
||||||
|
|
||||||
config BLUETOOTH_MAX_SCO_CONN
|
|
||||||
int "Maximum number of simultaneous SCO connections"
|
|
||||||
depends on BLUETOOTH_CONN || BLUETOOTH_CONTROLLER
|
|
||||||
default 1
|
|
||||||
range 1 3
|
|
||||||
help
|
|
||||||
Maximum number of simultaneous Bluetooth synchronous connections
|
|
||||||
supported. The minimum (and default) number is 1.
|
|
||||||
|
|
||||||
config BLUETOOTH_MAX_CONN
|
config BLUETOOTH_MAX_CONN
|
||||||
int "Maximum number of simultaneous connections"
|
int "Maximum number of simultaneous connections"
|
||||||
depends on BLUETOOTH_CONN || BLUETOOTH_CONTROLLER
|
depends on BLUETOOTH_CONN || BLUETOOTH_CONTROLLER
|
||||||
|
@ -456,6 +447,14 @@ config BLUETOOTH_BREDR
|
||||||
This option enables Bluetooth BR/EDR support"
|
This option enables Bluetooth BR/EDR support"
|
||||||
|
|
||||||
if BLUETOOTH_BREDR
|
if BLUETOOTH_BREDR
|
||||||
|
config BLUETOOTH_MAX_SCO_CONN
|
||||||
|
int "Maximum number of simultaneous SCO connections"
|
||||||
|
default 1
|
||||||
|
range 1 3
|
||||||
|
help
|
||||||
|
Maximum number of simultaneous Bluetooth synchronous connections
|
||||||
|
supported. The minimum (and default) number is 1.
|
||||||
|
|
||||||
config BLUETOOTH_RFCOMM
|
config BLUETOOTH_RFCOMM
|
||||||
bool "Bluetooth RFCOMM protocol support [EXPERIMENTAL]"
|
bool "Bluetooth RFCOMM protocol support [EXPERIMENTAL]"
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue