Skip to content

Commit 2a46ede

Browse files
sean-madigannashif
authored andcommitted
bluetooth: controller: kconfig: select power control for plm
Path loss monitoring does not work without LE Power Control also enabled in the controller, so update the dependencies in the kconfigs so path loss monitoring selects power control. Signed-off-by: Sean Madigan <[email protected]>
1 parent 022d339 commit 2a46ede

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ config BT_CTLR_LE_PATH_LOSS_MONITORING
568568
bool "LE Path Loss Monitoring Feature"
569569
depends on BT_CTLR_LE_PATH_LOSS_MONITORING_SUPPORT
570570
default y if BT_PATH_LOSS_MONITORING
571+
select BT_CTLR_LE_POWER_CONTROL
571572
help
572573
Enable support for LE Path Loss Monitoring feature that is defined in the
573574
Bluetooth Core specification, Version 5.4 | Vol 6, Part B, Section 4.6.32.

0 commit comments

Comments
 (0)