From 8ef4cfc5772b799fefa83fb38a376a9ce98d0508 Mon Sep 17 00:00:00 2001 From: Vinayak Kariappa Chettimada Date: Sun, 27 Mar 2022 10:13:41 +0530 Subject: [PATCH] Bluetooth: Controller: Force MD feature not supported in LOW LAT ULL Add Kconfig dependency to disable use of Force MD feature when using LOW LAT ULL variant of the Controller. Signed-off-by: Vinayak Kariappa Chettimada --- subsys/bluetooth/controller/Kconfig.ll_sw_split | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subsys/bluetooth/controller/Kconfig.ll_sw_split b/subsys/bluetooth/controller/Kconfig.ll_sw_split index e12729e721b..b54d346553f 100644 --- a/subsys/bluetooth/controller/Kconfig.ll_sw_split +++ b/subsys/bluetooth/controller/Kconfig.ll_sw_split @@ -586,6 +586,7 @@ config BT_CTLR_THROUGHPUT config BT_CTLR_FORCE_MD_COUNT int "Forced MD bit count" if !BT_CTLR_FORCE_MD_AUTO + depends on !BT_CTLR_LOW_LAT_ULL range 0 255 default 1 if BT_CTLR_FORCE_MD_AUTO default 0 @@ -599,6 +600,7 @@ config BT_CTLR_FORCE_MD_COUNT config BT_CTLR_FORCE_MD_AUTO bool "Forced MD bit automatic calculation" + depends on !BT_CTLR_LOW_LAT_ULL select BT_CTLR_THROUGHPUT default y if BT_HCI_RAW help