:orphan: .. title:: CONFIG_BT_H4 .. kconfig:: CONFIG_BT_H4 CONFIG_BT_H4 ############ *H:4 UART* Type: ``bool`` Help ==== .. code-block:: none Bluetooth H:4 UART driver. Requires hardware flow control lines to be available. Direct dependencies =================== \ :kconfig:`SERIAL ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`UART_INTERRUPT_DRIVEN ` - \ :kconfig:`BT_UART ` - \ :kconfig:`BT_RECV_IS_RX_THREAD ` Kconfig definition ================== At ``/bluetooth/hci/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:8`` → ``/bluetooth/Kconfig:20`` Menu path: (Top) → Device Drivers → Bluetooth Drivers → Bluetooth HCI driver .. code-block:: kconfig config BT_H4 bool "H:4 UART" select UART_INTERRUPT_DRIVEN select BT_UART select BT_RECV_IS_RX_THREAD depends on SERIAL && help Bluetooth H:4 UART driver. Requires hardware flow control lines to be available. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*