From d194bba3ca2ab267d76576669707d2a701c57ce0 Mon Sep 17 00:00:00 2001 From: Sean Madigan Date: Mon, 22 Jul 2024 16:00:25 +0100 Subject: [PATCH] [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 (cherry picked from commit 2a46edeaed5f8b7bf0630208de62f224b866168f) Upstream PR: https://github.com/zephyrproject-rtos/zephyr/pull/76175 Signed-off-by: Sean Madigan --- subsys/bluetooth/controller/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/subsys/bluetooth/controller/Kconfig b/subsys/bluetooth/controller/Kconfig index 19ecd1bf2bc..a19bd9f870b 100644 --- a/subsys/bluetooth/controller/Kconfig +++ b/subsys/bluetooth/controller/Kconfig @@ -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.