:orphan: .. title:: USB_DEVICE_BT_H4 .. option:: CONFIG_USB_DEVICE_BT_H4 *USB Bluetooth H4 Device Class Driver* Type: ``bool`` Help ==== USB Bluetooth H4 device class driver Direct dependencies =================== \ :option:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`BT ` - \ :option:`BT_HCI_RAW ` - \ :option:`BT_HCI_RAW_H4 ` - \ :option:`BT_HCI_RAW_H4_ENABLE ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/usb/class/Kconfig:113`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:45`` → ``subsys/usb/Kconfig:144`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support .. parsed-literal:: config USB_DEVICE_BT_H4 bool "USB Bluetooth H4 Device Class Driver" select \ :option:`BT ` select \ :option:`BT_HCI_RAW ` select \ :option:`BT_HCI_RAW_H4 ` select \ :option:`BT_HCI_RAW_H4_ENABLE ` depends on \ :option:`USB_DEVICE_STACK ` help USB Bluetooth H4 device class driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*