Skip to content

Commit cd71b07

Browse files
ppryga-nordicjhedberg
authored andcommitted
samples: Bluetooth: df: Move BLE controller conf into board specific file
Move configuration related with BLE controller into board specific file. That is required to allow building the sample for nRF5340 where BLE controller is not part of the sample image. Signed-off-by: Piotr Pryga <[email protected]>
1 parent 8237c21 commit cd71b07

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
CONFIG_BT_CTLR=y
2+
CONFIG_BT_LL_SW_SPLIT=y
3+
4+
CONFIG_BT_CTLR_ADV_EXT=y
5+
CONFIG_BT_CTLR_ADV_PERIODIC=y
6+
7+
# Enable Direction Finding TX Feature including AoA and AoD
8+
CONFIG_BT_CTLR_DF=y
9+
CONFIG_BT_CTLR_DF_ANT_SWITCH_RX=n
10+
CONFIG_BT_CTLR_DF_SCAN_CTE_RX=n

0 commit comments

Comments
 (0)