ANDROID: GKI: Enable CONFIG_USB_XHCI_HCD
Almost all systems support the USB XHCI controller these days, so build it into the kernel so that everyone can share the same codebase. If platform-specific XHCI changes are needed, do it in a platform-specific XHCI driver using the provided api for that. Bug: 157965270 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I6e8b5d1fbcde86415f43d942aad0f828ab346928
This commit is contained in:
@@ -404,6 +404,8 @@ CONFIG_HID_STEAM=y
|
||||
CONFIG_USB_HIDDEV=y
|
||||
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
|
||||
CONFIG_USB_OTG=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
CONFIG_USB_XHCI_PLATFORM=y
|
||||
CONFIG_USB_EHCI_HCD=y
|
||||
CONFIG_USB_EHCI_HCD_PLATFORM=y
|
||||
CONFIG_USB_ACM=y
|
||||
|
||||
@@ -359,6 +359,8 @@ CONFIG_SONY_FF=y
|
||||
CONFIG_HID_STEAM=y
|
||||
CONFIG_USB_HIDDEV=y
|
||||
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
CONFIG_USB_XHCI_PLATFORM=y
|
||||
CONFIG_USB_EHCI_HCD=y
|
||||
CONFIG_USB_EHCI_HCD_PLATFORM=y
|
||||
CONFIG_USB_ACM=y
|
||||
|
||||
Reference in New Issue
Block a user