Bluetooth: Kconfig: Move BLUETOOTH_CONN selectors to a better place
It's move intuitive to have the BLUETOOTH_CONN selectors right before the section for choosing options that depend on them. Change-Id: If3d1a1fcb9c78d715b502b58fba9293ca69d0835 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
600a3d3f8b
commit
d6d8c3193a
1 changed files with 14 additions and 14 deletions
|
@ -25,20 +25,6 @@ menuconfig BLUETOOTH
|
|||
This option enables Bluetooth Low Energy support.
|
||||
|
||||
if BLUETOOTH
|
||||
config BLUETOOTH_CONN
|
||||
bool
|
||||
default n
|
||||
|
||||
config BLUETOOTH_PERIPHERAL
|
||||
bool "Peripheral Role support"
|
||||
default n
|
||||
select BLUETOOTH_CONN
|
||||
|
||||
config BLUETOOTH_CENTRAL
|
||||
bool "Central Role support"
|
||||
default n
|
||||
select BLUETOOTH_CONN
|
||||
|
||||
config BLUETOOTH_HCI_CMD_COUNT
|
||||
int "Number of HCI command buffers"
|
||||
default 2
|
||||
|
@ -73,6 +59,20 @@ config BLUETOOTH_MAX_EVT_LEN
|
|||
Commands. It is a 3 byte Command Complete header + 65 byte
|
||||
return parameters = 68 bytes in total.
|
||||
|
||||
config BLUETOOTH_PERIPHERAL
|
||||
bool "Peripheral Role support"
|
||||
default n
|
||||
select BLUETOOTH_CONN
|
||||
|
||||
config BLUETOOTH_CENTRAL
|
||||
bool "Central Role support"
|
||||
default n
|
||||
select BLUETOOTH_CONN
|
||||
|
||||
config BLUETOOTH_CONN
|
||||
bool
|
||||
default n
|
||||
|
||||
if BLUETOOTH_CONN
|
||||
config BLUETOOTH_ACL_IN_COUNT
|
||||
int "Number of incoming ACL data buffers"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue