Kconfig.bt 684 B

123456789101112131415161718192021222324252627
  1. # Copyright (c) 2016 Wind River Systems, Inc.
  2. # SPDX-License-Identifier: Apache-2.0
  3. menuconfig USB_DEVICE_BLUETOOTH
  4. bool "USB Bluetooth Device Class support"
  5. select BT
  6. select BT_HCI_RAW
  7. help
  8. USB Bluetooth device class support
  9. config USB_DEVICE_BLUETOOTH_VS_H4
  10. bool "Enable USB Bluetooth H4 vendor command"
  11. depends on USB_DEVICE_BLUETOOTH
  12. select BT_HCI_RAW_H4
  13. select BT_HCI_RAW_CMD_EXT
  14. help
  15. Enables vendor command to switch to H:4 transport using the bulk
  16. endpoint.
  17. config USB_DEVICE_BT_H4
  18. bool "USB Bluetooth H4 Device Class support"
  19. select BT
  20. select BT_HCI_RAW
  21. select BT_HCI_RAW_H4
  22. select BT_HCI_RAW_H4_ENABLE
  23. help
  24. USB Bluetooth H4 device class support