Bluetooth: Controller: Make some DF configs specific to BT_LL_SPLIT

These configurations are tighlty coupled to the implementation,
so these should be hidden when not using BT_LL_SW_SPLIT.

Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
This commit is contained in:
Rubin Gerritsen 2022-04-21 13:59:11 +02:00 committed by Maureen Helm
parent b25a2fab79
commit aec5307ac9

View file

@ -145,6 +145,8 @@ config BT_CTLR_DF_CONN_CTE_RX
Enable reception and sampling of Constant Tone Extension in direction
finding connected mode.
if BT_LL_SW_SPLIT
config BT_CTLR_DF_SAMPLE_CTE_FOR_PDU_WITH_BAD_CRC
bool "Sampling of CTE for PDUs with bad CRC"
depends on BT_CTLR_DF_SCAN_CTE_RX
@ -269,4 +271,6 @@ config BT_CTLR_DF_PHYEND_OFFSET_COMPENSATION_ENABLE
enables workaround for the delay to maintain inter frame spacing (IFS) for connection
events.
endif # BT_LL_SW_SPLIT
endif # BT_CTLR_DF