1CONFIG_STDOUT_CONSOLE=y
2CONFIG_GPIO=y
3CONFIG_SERIAL=y
4CONFIG_UART_INTERRUPT_DRIVEN=y
5
6CONFIG_BT=y
7CONFIG_BT_HCI_RAW=y
8
9CONFIG_USB_DEVICE_STACK=y
10CONFIG_USB_DEVICE_BLUETOOTH=y
11CONFIG_USB_DEVICE_BLUETOOTH_VS_H4=n
12
13# Workaround: Unable to allocate command buffer when using K_NO_WAIT since
14# Host number of completed commands does not follow normal flow control.
15CONFIG_BT_BUF_CMD_TX_COUNT=10
16