Bluetooth: Controller: Make it possible to support only TX or RX DF
Some controllers may support only TXing or RXing CTE. As all DF features are guarded by BT_CTLR_DF, we need to ensure that it is possible to select those when only TX or RX is available. Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
This commit is contained in:
parent
e51999e661
commit
b25a2fab79
|
@ -35,7 +35,7 @@ config BT_CTLR_CTEINLINE_SUPPORT
|
|||
|
||||
menuconfig BT_CTLR_DF
|
||||
bool "LE Direction Finding [EXPERIMENTAL]"
|
||||
depends on BT_CTLR_DF_SUPPORT
|
||||
depends on BT_CTLR_DF_CTE_TX_SUPPORT || BT_CTLR_DF_CTE_RX_SUPPORT
|
||||
select EXPERIMENTAL
|
||||
help
|
||||
Enable support for Bluetooth 5.1 Direction Finding
|
||||
|
|
Loading…
Reference in a new issue