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:
parent
022d339f67
commit
2a46edeaed
1 changed files with 1 additions and 0 deletions
|
@ -568,6 +568,7 @@ config BT_CTLR_LE_PATH_LOSS_MONITORING
|
||||||
bool "LE Path Loss Monitoring Feature"
|
bool "LE Path Loss Monitoring Feature"
|
||||||
depends on BT_CTLR_LE_PATH_LOSS_MONITORING_SUPPORT
|
depends on BT_CTLR_LE_PATH_LOSS_MONITORING_SUPPORT
|
||||||
default y if BT_PATH_LOSS_MONITORING
|
default y if BT_PATH_LOSS_MONITORING
|
||||||
|
select BT_CTLR_LE_POWER_CONTROL
|
||||||
help
|
help
|
||||||
Enable support for LE Path Loss Monitoring feature that is defined in the
|
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.
|
Bluetooth Core specification, Version 5.4 | Vol 6, Part B, Section 4.6.32.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue