This non-standard feature never had any proper host side implementation (e.g. it was never upstreamed to BlueZ), and since it comes with notable maintenance overhead it's fair to just remove it. Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
10 lines
230 B
Plaintext
10 lines
230 B
Plaintext
# Copyright (c) 2016 Wind River Systems, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config USB_DEVICE_BLUETOOTH
|
|
bool "USB Bluetooth Device Class support"
|
|
select BT
|
|
select BT_HCI_RAW
|
|
help
|
|
USB Bluetooth device class support
|