Skip to content

Commit c84fdfe

Browse files
jori-nordiccarlescufi
authored andcommitted
Bluetooth: controller: fix kconfig dependency
BT_TICKER_EXT is being selected undiscriminately, but it's a Zephyr controller feature. Signed-off-by: Jonathan Rico <[email protected]>
1 parent 8d21ea0 commit c84fdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ config BT_CTLR_ADV_EXT
546546
depends on BT_CTLR_ADV_EXT_SUPPORT
547547
select BT_CTLR_CHAN_SEL_2 if BT_LL_SW_SPLIT && BT_BROADCASTER
548548
select BT_CTLR_SCAN_REQ_NOTIFY if BT_LL_SW_SPLIT && BT_BROADCASTER
549-
select BT_TICKER_EXT
549+
select BT_TICKER_EXT if BT_LL_SW_SPLIT
550550
default y if BT_EXT_ADV
551551
help
552552
Enable support for Bluetooth 5.0 LE Advertising Extensions in the

0 commit comments

Comments
 (0)