:orphan: .. title:: BT_UART .. option:: CONFIG_BT_UART *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`BT_HCI ` && \ :option:`BT ` && !\ :option:`BT_CTLR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`BT_H4 ` - \ :option:`BT_H5 ` Kconfig definition ================== At ``/bluetooth/hci/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:8`` → ``/bluetooth/Kconfig:16`` Menu path: (Top) → Device Drivers → Bluetooth Drivers .. code-block:: kconfig config BT_UART bool depends on BT_HCI && BT && !BT_CTLR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*