zephyr/snippets/bt-ll-sw-split/README.rst
Johan Hedberg 8b02141ca7 Bluetooth: Controller: Replace BT_CTLR with HAS_BT_CTLR
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>
2024-12-03 10:16:44 +01:00

24 lines
494 B
ReStructuredText

.. _snippet-bt-ll-sw-split:
Zephyr Bluetooth LE Controller (bt-ll-sw-split)
###############################################
You can build with this snippet by following the instructions in :ref:`the snippets usage page<using-snippets>`.
When building with ``west``, you can do:
.. code-block:: console
west build -S bt-ll-sw-split [...]
Overview
********
This selects the Zephyr Bluetooth LE Controller.
Requirements
************
Hardware support for:
- :kconfig:option:`CONFIG_BT`