:orphan: .. title:: BT_H4 .. option:: CONFIG_BT_H4 *H:4 UART* Type: ``bool`` Help ==== Bluetooth H:4 UART driver. Requires hardware flow control lines to be available. Direct dependencies =================== \ :option:`SERIAL ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`UART_INTERRUPT_DRIVEN ` - \ :option:`BT_UART ` - \ :option:`BT_RECV_IS_RX_THREAD ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/bluetooth/hci/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:8`` → ``drivers/bluetooth/Kconfig:16`` Menu path: (Top) → Device Drivers → Bluetooth Drivers → Bluetooth HCI driver .. parsed-literal:: config BT_H4 bool "H:4 UART" select \ :option:`UART_INTERRUPT_DRIVEN ` select \ :option:`BT_UART ` select \ :option:`BT_RECV_IS_RX_THREAD ` depends on \ :option:`SERIAL ` && \ :ref:` ` 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.)*