Bluetooth: controller: Add Direction Finding specific KConfig
Add separated Kconfig file for Bluetooth 5.1 Direction Finding. Enable controller support for: - transmission of CTE - 2us antenna switching - 1us antenna switching if build for nRF52833 SOC. Add HAS_HW_NRF_RADIO_BLE_DF to nrf52833 SOC configuration. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
This commit is contained in:
parent
57b55d0fad
commit
0285903aee
5 changed files with 76 additions and 5 deletions
|
@ -37,6 +37,13 @@ config BT_LLL_VENDOR_NORDIC
|
|||
select BT_CTLR_XTAL_ADVANCED_SUPPORT
|
||||
select BT_CTLR_SCHED_ADVANCED_SUPPORT
|
||||
select BT_CTLR_TIFS_HW_SUPPORT
|
||||
# Direction Finding
|
||||
select BT_CTLR_DF_SUPPORT if HAS_HW_NRF_RADIO_BLE_DF
|
||||
select BT_CTLR_DF_CTE_TX_SUPPORT if HAS_HW_NRF_RADIO_BLE_DF
|
||||
select BT_CTLR_DF_ANT_SWITCH_2US_SUPPORT if HAS_HW_NRF_RADIO_BLE_DF
|
||||
# optional ant switching slot mode
|
||||
select BT_CTLR_DF_ANT_SWITCH_1US_SUPPORT if HAS_HW_NRF_RADIO_BLE_DF
|
||||
|
||||
default y
|
||||
help
|
||||
Use Nordic Lower Link Layer implementation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue