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>
18 lines
302 B
Plaintext
18 lines
302 B
Plaintext
CONFIG_TEST=y
|
|
CONFIG_ZTEST=y
|
|
|
|
CONFIG_BT=y
|
|
CONFIG_BT_LL_SW_SPLIT=n
|
|
CONFIG_BT_H4=n
|
|
CONFIG_BT_HCI=n
|
|
CONFIG_BT_HCI_RAW=n
|
|
CONFIG_BT_OBSERVER=y
|
|
CONFIG_BT_EXT_ADV=y
|
|
|
|
CONFIG_LOG=y
|
|
CONFIG_BT_HCI_CORE_LOG_LEVEL_DBG=n
|
|
CONFIG_BT_HCI_DRIVER_LOG_LEVEL_DBG=n
|
|
CONFIG_BT_LOG_LEVEL_DBG=y
|
|
|
|
CONFIG_BT_EXT_SCAN_BUF_SIZE=91
|