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