Skip to content

Commit

Permalink
[nrf fromlist] bluetooth: controller: kconfig: select power control f…
Browse files Browse the repository at this point in the history
…or 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 <sean.madigan@nordicsemi.no>
(cherry picked from commit 2a46ede)
Upstream PR: zephyrproject-rtos/zephyr#76175
Signed-off-by: Sean Madigan <sean.madigan@nordicsemi.no>
  • Loading branch information
sean-madigan authored and nordicjm committed Aug 20, 2024
1 parent 068d4d3 commit d194bba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subsys/bluetooth/controller/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ config BT_CTLR_LE_PATH_LOSS_MONITORING
bool "LE Path Loss Monitoring Feature"
depends on BT_CTLR_LE_PATH_LOSS_MONITORING_SUPPORT
default y if BT_PATH_LOSS_MONITORING
select BT_CTLR_LE_POWER_CONTROL
help
Enable support for LE Path Loss Monitoring feature that is defined in the
Bluetooth Core specification, Version 5.4 | Vol 6, Part B, Section 4.6.32.
Expand Down

0 comments on commit d194bba

Please sign in to comment.