Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit cf57490

Browse files
author
vincenttew
committed
ANDROID: GKI: enable CONFIG_USB_XHCI_SIDEBAND
Enable xhci sideband to allow drivers to fetch the transfer ring, event ring and the usb sound card information. Bug: 348903565 Change-Id: I9a40538dce4de9fd3fa60a9f3bf43594af069a61 Signed-off-by: Vincent Tew <[email protected]>
1 parent b0e595d commit cf57490

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/arm64/configs/gki_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
526526
CONFIG_USB_OTG=y
527527
CONFIG_USB_MON=m
528528
CONFIG_USB_XHCI_HCD=y
529+
CONFIG_USB_XHCI_SIDEBAND=y
529530
CONFIG_USB_EHCI_HCD=y
530531
CONFIG_USB_EHCI_ROOT_HUB_TT=y
531532
CONFIG_USB_EHCI_HCD_PLATFORM=y

arch/x86/configs/gki_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@ CONFIG_USB_HIDDEV=y
483483
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
484484
CONFIG_USB_MON=m
485485
CONFIG_USB_XHCI_HCD=y
486+
CONFIG_USB_XHCI_SIDEBAND=y
486487
CONFIG_USB_EHCI_HCD=y
487488
CONFIG_USB_EHCI_ROOT_HUB_TT=y
488489
CONFIG_USB_EHCI_HCD_PLATFORM=y

0 commit comments

Comments
 (0)