Skip to content

Commit b71eb71

Browse files
cvinayakaescolar
authored andcommitted
Bluetooth: controller: Fix Kconfig conditional optionals
Fix Kconfig conditional include of Minimum Channels Used and Channel Selection Algorithm #2. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent b237597 commit b71eb71

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -324,22 +324,23 @@ config BT_CTLR_PHY
324324
select BT_CTLR_EXT_REJ_IND
325325
default y if SOC_COMPATIBLE_NRF52X || BT_CTLR_PHY_2M_NRF
326326

327+
config BT_CTLR_MIN_USED_CHAN
328+
bool "Minimum Number of Used Channels"
329+
default y
330+
help
331+
Enable support for Bluetooth 5.0 Minimum Number of Used Channels
332+
Procedure in the Controller.
333+
327334
endif # BT_CONN
328335

329336
config BT_CTLR_CHAN_SEL_2
330337
bool "Channel Selection Algorithm #2"
338+
depends on BT_CONN || BT_CTLR_ADV_EXT
331339
default y
332340
help
333341
Enable support for Bluetooth 5.0 LE Channel Selection Algorithm #2 in
334342
the Controller.
335343

336-
config BT_CTLR_MIN_USED_CHAN
337-
bool "Minimum Number of Used Channels"
338-
default y
339-
help
340-
Enable support for Bluetooth 5.0 Minimum Number of Used Channels
341-
Procedure in the Controller.
342-
343344
config BT_CTLR_ADV_EXT
344345
bool "LE Advertising Extensions"
345346
select BT_CTLR_SCAN_REQ_NOTIFY

0 commit comments

Comments
 (0)