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 <sean.madigan@nordicsemi.no>
This commit is contained in:
Sean Madigan 2024-07-22 16:00:25 +01:00 committed by Anas Nashif
commit 2a46edeaed

View file

@ -568,6 +568,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.