Bluetooth: controller: Move comp id and subver to configuration
Move company id and subversion number Kconfig to the Controller configuration section from the features section. Change-id: Ic4deb8b24d84d9b1817ba542705eebd612f0e020 Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>
This commit is contained in:
parent
16bd3d48db
commit
b593e44da6
1 changed files with 6 additions and 6 deletions
|
@ -47,12 +47,6 @@ config BLUETOOTH_CONTROLLER_TX_BUFFER_SIZE
|
|||
Maximum is set to 16384 due to implementation limitations (use of
|
||||
uint16_t for size/length variables).
|
||||
|
||||
config BLUETOOTH_CONTROLLER_RX_PRIO_STACK_SIZE
|
||||
int
|
||||
default 320
|
||||
|
||||
comment "BLE Controller features"
|
||||
|
||||
config BLUETOOTH_CONTROLLER_COMPANY_ID
|
||||
prompt "Company Id"
|
||||
hex
|
||||
|
@ -69,6 +63,12 @@ config BLUETOOTH_CONTROLLER_SUBVERSION_NUMBER
|
|||
help
|
||||
Set the Subversion Number that will be used in VERSION_IND PDU.
|
||||
|
||||
config BLUETOOTH_CONTROLLER_RX_PRIO_STACK_SIZE
|
||||
int
|
||||
default 320
|
||||
|
||||
comment "BLE Controller features"
|
||||
|
||||
config BLUETOOTH_CONTROLLER_LE_PING
|
||||
bool "LE Ping"
|
||||
default y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue