Skip to content

Commit b008f4d

Browse files
committed
[nrf fromlist] 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]> (cherry picked from commit 2a46ede) Upstream PR: zephyrproject-rtos/zephyr#76175 Signed-off-by: Sean Madigan <[email protected]>
1 parent 9255f18 commit b008f4d

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
@@ -566,6 +566,7 @@ config BT_CTLR_LE_PATH_LOSS_MONITORING
566566
bool "LE Path Loss Monitoring Feature"
567567
depends on BT_CTLR_LE_PATH_LOSS_MONITORING_SUPPORT
568568
default y if BT_PATH_LOSS_MONITORING
569+
select BT_CTLR_LE_POWER_CONTROL
569570
help
570571
Enable support for LE Path Loss Monitoring feature that is defined in the
571572
Bluetooth Core specification, Version 5.4 | Vol 6, Part B, Section 4.6.32.

0 commit comments

Comments
 (0)