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:
parent
5acba58e59
commit
db102bc6be
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue