diff --git a/subsys/bluetooth/controller/Kconfig b/subsys/bluetooth/controller/Kconfig index be718ab6547..4ec256f01aa 100644 --- a/subsys/bluetooth/controller/Kconfig +++ b/subsys/bluetooth/controller/Kconfig @@ -223,38 +223,6 @@ config BT_CTLR_TX_PWR_DYNAMIC_CONTROL Provides HCI VS commands to set and get the current Tx 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" if BT_CONN diff --git a/subsys/bluetooth/controller/Kconfig.ll_sw_split b/subsys/bluetooth/controller/Kconfig.ll_sw_split index fc768262c42..85ae8060e40 100644 --- a/subsys/bluetooth/controller/Kconfig.ll_sw_split +++ b/subsys/bluetooth/controller/Kconfig.ll_sw_split @@ -67,6 +67,39 @@ config BT_CTLR_RX_PRIO int 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 bool "Show advanced features" help