Deprecate BT_CTLR, and add a new HAS_BT_CTLR as a virtual option which specific users (like BT_LL_SW_SPLIT) select. This also means that we can remove all places that were forcefully enabling the BT_CTLR option, and instead we now depend on devicetree to get some local LL HCI driver enabled which in turn also enables the HAS_BT_CTLR option. Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
14 lines
328 B
Text
14 lines
328 B
Text
CONFIG_BT=y
|
|
CONFIG_BT_HCI_ACL_FLOW_CONTROL=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_CENTRAL=y
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_SIGNING=y
|
|
CONFIG_BT_SMP_SC_ONLY=y
|
|
CONFIG_BT_SEND_ECC_EMULATION=y
|
|
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
|
|
CONFIG_BT_GATT_CLIENT=y
|
|
CONFIG_BT_CLASSIC=n
|
|
CONFIG_FLASH=y
|
|
CONFIG_SOC_FLASH_NRF_RADIO_SYNC_TICKER=y
|
|
CONFIG_ZTEST=y
|