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:
Hsin-chen Chuang
2025-03-18 20:24:52 +08:00
committed by Todd Kjos
parent 54f0112376
commit b027949147
3 changed files with 7 additions and 0 deletions
+2
View File
@@ -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
+2
View File
@@ -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
+3
View File
@@ -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",