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>
10 lines
196 B
Text
10 lines
196 B
Text
CONFIG_BT=y
|
|
CONFIG_BT_BROADCASTER=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_OBSERVER=n
|
|
CONFIG_BT_CENTRAL=n
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_PRIVACY=y
|
|
CONFIG_BT_EXT_ADV=n
|
|
CONFIG_BT_CTLR_ADV_EXT=n
|
|
CONFIG_ZTEST=y
|