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