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 <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2022-03-27 10:13:41 +05:30 committed by Carles Cufí
commit 8ef4cfc577

View file

@ -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