CONFIG_USB_DEVICE_BT_H4¶
USB Bluetooth H4 Device Class support
Type: bool
Help¶
USB Bluetooth H4 device class support
Defaults¶
No defaults. Implicitly defaults to n.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Subsystem>/usb/class/Kconfig.bt:20
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:49 → <Zephyr Subsystem>/usb/Kconfig:160 → <Zephyr Subsystem>/usb/class/Kconfig:10
Menu path: (Top) → Sub Systems and OS Services → USB Device Support
config USB_DEVICE_BT_H4
    bool "USB Bluetooth H4 Device Class support"
    select BT
    select BT_HCI_RAW
    select BT_HCI_RAW_H4
    select BT_HCI_RAW_H4_ENABLE
    depends on USB_DEVICE_STACK
    help
      USB Bluetooth H4 device class support
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)