ANDROID: GKI: Enable CONFIG_BT_HCIBTUSB_AUTO_ISOC_ALT
This config is necessary for the HFP (bi-direction audio) on USB Bluetooth controller + HCI User Channel Socket. Since the btusb module was not compiled in ACK before, this means the module was not used by any other projects and it shall be safe to enable the config on ACK by default. Bug: 387425332 Test: Verify HFP works on USB Bluetooth controller Change-Id: Ib03c38f78929dbd4fbf335e2fe16d5627a211b9b Signed-off-by: Hsin-chen Chuang <chharry@google.com>
This commit is contained in:
committed by
Todd Kjos
parent
54f0112376
commit
b027949147
@@ -288,6 +288,8 @@ CONFIG_BT=m
|
||||
CONFIG_BT_RFCOMM=m
|
||||
CONFIG_BT_RFCOMM_TTY=y
|
||||
CONFIG_BT_HIDP=m
|
||||
CONFIG_BT_HCIBTUSB=m
|
||||
CONFIG_BT_HCIBTUSB_AUTO_ISOC_ALT=y
|
||||
CONFIG_BT_HCIBTSDIO=m
|
||||
CONFIG_BT_HCIUART=m
|
||||
CONFIG_BT_HCIUART_LL=y
|
||||
|
||||
@@ -280,6 +280,8 @@ CONFIG_BT=m
|
||||
CONFIG_BT_RFCOMM=m
|
||||
CONFIG_BT_RFCOMM_TTY=y
|
||||
CONFIG_BT_HIDP=m
|
||||
CONFIG_BT_HCIBTUSB=m
|
||||
CONFIG_BT_HCIBTUSB_AUTO_ISOC_ALT=y
|
||||
CONFIG_BT_HCIBTSDIO=m
|
||||
CONFIG_BT_HCIUART=m
|
||||
CONFIG_BT_HCIUART_LL=y
|
||||
|
||||
@@ -11,8 +11,11 @@ _COMMON_GKI_MODULES_LIST = [
|
||||
"drivers/block/virtio_blk.ko",
|
||||
"drivers/block/zram/zram.ko",
|
||||
"drivers/bluetooth/btbcm.ko",
|
||||
"drivers/bluetooth/btintel.ko",
|
||||
"drivers/bluetooth/btqca.ko",
|
||||
"drivers/bluetooth/btrtl.ko",
|
||||
"drivers/bluetooth/btsdio.ko",
|
||||
"drivers/bluetooth/btusb.ko",
|
||||
"drivers/bluetooth/hci_uart.ko",
|
||||
"drivers/char/virtio_console.ko",
|
||||
"drivers/gnss/gnss.ko",
|
||||
|
||||
Reference in New Issue
Block a user