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>
13 lines
294 B
Plaintext
13 lines
294 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_HCI_RAW=y
|
|
|
|
CONFIG_USB_DEVICE_STACK=y
|
|
CONFIG_USB_DEVICE_PID=0x000B
|
|
CONFIG_USB_DEVICE_BLUETOOTH=y
|
|
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
|
|
|
|
# We dont want any console or CDC ACM that may cause BlueZ to not detect hci_usb
|
|
CONFIG_SERIAL=n
|
|
CONFIG_CONSOLE=n
|
|
CONFIG_UART_CONSOLE=n
|