blob: 93bd2a71c6d8fae3fc6832c8aa22f0399cd598d0 [file] [log] [blame] [edit]
#
# Copyright (c) 2022 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_BT_CTLR=y
CONFIG_BT_LL_SW_SPLIT=y
# Enable new implementation of LLCPs
CONFIG_BT_LL_SW_LLCP=y
# Enable Direction Finding Feature including AoA and AoD
CONFIG_BT_CTLR_DF=y
CONFIG_BT_CTLR_DF_CTE_RX=y
CONFIG_BT_CTLR_DF_CONN_CTE_RX=y
CONFIG_BT_CTLR_DF_ANT_SWITCH_RX=y
CONFIG_BT_CTLR_DF_CONN_CTE_REQ=y
# Ensure that there is enough control prcedure contexts to queue and execute all procedures
CONFIG_BT_CTLR_LLCP_PROC_CTX_BUF_NUM=6
CONFIG_BT_CTLR_ADVANCED_FEATURES=y