bluetooth: controller: Kconfig: Move LL version config to split ll
These configs are not generic. Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
This commit is contained in:
parent
cd63479f2e
commit
f9b19186f5
2 changed files with 33 additions and 32 deletions
|
@ -223,38 +223,6 @@ config BT_CTLR_TX_PWR_DYNAMIC_CONTROL
|
||||||
Provides HCI VS commands to set and get the current Tx
|
Provides HCI VS commands to set and get the current Tx
|
||||||
power on an individual role/connection basis.
|
power on an individual role/connection basis.
|
||||||
|
|
||||||
config BT_CTLR_SETTINGS
|
|
||||||
bool "Settings System"
|
|
||||||
depends on SETTINGS
|
|
||||||
help
|
|
||||||
Enable use of settings system in controller.
|
|
||||||
|
|
||||||
config BT_CTLR_VERSION_SETTINGS
|
|
||||||
bool "Version Settings"
|
|
||||||
depends on BT_CTLR_SETTINGS
|
|
||||||
help
|
|
||||||
Make the controller's Company Id and Subversion Number configurable
|
|
||||||
through settings system.
|
|
||||||
|
|
||||||
config BT_CTLR_COMPANY_ID
|
|
||||||
hex "Controller Company Id"
|
|
||||||
default BT_COMPANY_ID
|
|
||||||
range 0x0000 0xFFFF
|
|
||||||
help
|
|
||||||
Set the Bluetooth Company Identifier that will be used in
|
|
||||||
the VERSION_IND PDU. Uses BT_COMPANY_ID by default, although
|
|
||||||
silicon vendors and hardware manufacturers can set their own
|
|
||||||
Company Identifier for the controller. The full list of Bluetooth
|
|
||||||
Company Identifiers can be found here:
|
|
||||||
https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers
|
|
||||||
|
|
||||||
config BT_CTLR_SUBVERSION_NUMBER
|
|
||||||
hex "Subversion Number"
|
|
||||||
default 0xFFFF
|
|
||||||
range 0x0000 0xFFFF
|
|
||||||
help
|
|
||||||
Set the Subversion Number that will be used in VERSION_IND PDU.
|
|
||||||
|
|
||||||
comment "BLE Controller features"
|
comment "BLE Controller features"
|
||||||
|
|
||||||
if BT_CONN
|
if BT_CONN
|
||||||
|
|
|
@ -67,6 +67,39 @@ config BT_CTLR_RX_PRIO
|
||||||
int
|
int
|
||||||
default 6
|
default 6
|
||||||
|
|
||||||
|
|
||||||
|
config BT_CTLR_SETTINGS
|
||||||
|
bool "Settings System"
|
||||||
|
depends on SETTINGS
|
||||||
|
help
|
||||||
|
Enable use of settings system in controller.
|
||||||
|
|
||||||
|
config BT_CTLR_VERSION_SETTINGS
|
||||||
|
bool "Version Settings"
|
||||||
|
depends on BT_CTLR_SETTINGS
|
||||||
|
help
|
||||||
|
Make the controller's Company Id and Subversion Number configurable
|
||||||
|
through settings system.
|
||||||
|
|
||||||
|
config BT_CTLR_COMPANY_ID
|
||||||
|
hex "Controller Company Id"
|
||||||
|
default BT_COMPANY_ID
|
||||||
|
range 0x0000 0xFFFF
|
||||||
|
help
|
||||||
|
Set the Bluetooth Company Identifier that will be used in
|
||||||
|
the VERSION_IND PDU. Uses BT_COMPANY_ID by default, although
|
||||||
|
silicon vendors and hardware manufacturers can set their own
|
||||||
|
Company Identifier for the controller. The full list of Bluetooth
|
||||||
|
Company Identifiers can be found here:
|
||||||
|
https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers
|
||||||
|
|
||||||
|
config BT_CTLR_SUBVERSION_NUMBER
|
||||||
|
hex "Subversion Number"
|
||||||
|
default 0xFFFF
|
||||||
|
range 0x0000 0xFFFF
|
||||||
|
help
|
||||||
|
Set the Subversion Number that will be used in VERSION_IND PDU.
|
||||||
|
|
||||||
config BT_CTLR_ADVANCED_FEATURES
|
config BT_CTLR_ADVANCED_FEATURES
|
||||||
bool "Show advanced features"
|
bool "Show advanced features"
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue