From cd63479f2e39b95ca635c2fdafed0065dd0aee5b Mon Sep 17 00:00:00 2001 From: Rubin Gerritsen Date: Sun, 12 Jul 2020 15:05:54 +0200 Subject: [PATCH] bluetooth: controller: Kconfig: Move RX_PRIO configs to split ll These configs are not generic Signed-off-by: Rubin Gerritsen --- subsys/bluetooth/controller/Kconfig | 11 ----------- subsys/bluetooth/controller/Kconfig.ll_sw_split | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/subsys/bluetooth/controller/Kconfig b/subsys/bluetooth/controller/Kconfig index 6b0c676d99d..be718ab6547 100644 --- a/subsys/bluetooth/controller/Kconfig +++ b/subsys/bluetooth/controller/Kconfig @@ -83,17 +83,6 @@ config BT_CTLR_CRYPTO Use random number generation and AES encryption support functions 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 string "Zephyr HCI VS Build Info string" default "" diff --git a/subsys/bluetooth/controller/Kconfig.ll_sw_split b/subsys/bluetooth/controller/Kconfig.ll_sw_split index 9ed2eca3a67..fc768262c42 100644 --- a/subsys/bluetooth/controller/Kconfig.ll_sw_split +++ b/subsys/bluetooth/controller/Kconfig.ll_sw_split @@ -56,6 +56,17 @@ config BT_CTLR_SCHED_ADVANCED_SUPPORT config BT_CTLR_TIFS_HW_SUPPORT 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 bool "Show advanced features" help