bluetooth: controller: Kconfig: Move RX_PRIO configs to split ll
These configs are not generic Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
This commit is contained in:
parent
6c7ed9627e
commit
cd63479f2e
2 changed files with 11 additions and 11 deletions
|
@ -83,17 +83,6 @@ config BT_CTLR_CRYPTO
|
||||||
Use random number generation and AES encryption support functions
|
Use random number generation and AES encryption support functions
|
||||||
provided by the controller.
|
provided by the controller.
|
||||||
|
|
||||||
config BT_CTLR_RX_PRIO_STACK_SIZE
|
|
||||||
# Controller's Co-Operative high priority Rx thread stack size.
|
|
||||||
int "High priority Rx thread stack size" if !SOC_COMPATIBLE_NRF
|
|
||||||
default 448
|
|
||||||
|
|
||||||
config BT_CTLR_RX_PRIO
|
|
||||||
# Hidden option for Controller's Co-Operative high priority Rx thread
|
|
||||||
# priority.
|
|
||||||
int
|
|
||||||
default 6
|
|
||||||
|
|
||||||
config BT_CTLR_HCI_VS_BUILD_INFO
|
config BT_CTLR_HCI_VS_BUILD_INFO
|
||||||
string "Zephyr HCI VS Build Info string"
|
string "Zephyr HCI VS Build Info string"
|
||||||
default ""
|
default ""
|
||||||
|
|
|
@ -56,6 +56,17 @@ config BT_CTLR_SCHED_ADVANCED_SUPPORT
|
||||||
config BT_CTLR_TIFS_HW_SUPPORT
|
config BT_CTLR_TIFS_HW_SUPPORT
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
config BT_CTLR_RX_PRIO_STACK_SIZE
|
||||||
|
# Controller's Co-Operative high priority Rx thread stack size.
|
||||||
|
int "High priority Rx thread stack size" if !SOC_COMPATIBLE_NRF
|
||||||
|
default 448
|
||||||
|
|
||||||
|
config BT_CTLR_RX_PRIO
|
||||||
|
# Hidden option for Controller's Co-Operative high priority Rx thread
|
||||||
|
# priority.
|
||||||
|
int
|
||||||
|
default 6
|
||||||
|
|
||||||
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