ANDROID: GKI: support CONFIG_USB_EHCI_HCD_PLATFORM

Everyone really wants either the PCI or Platform EHCI driver, so build
it in so that all boards don't have to select this as well.

Based on a change from zhang sanshan.

Bug: 160193672
Bug: 162909109
Change-Id: Ie2273b5565003f339a7734f579d35b2f8bb4b0b0
Cc: zhang sanshan <pete.zhang@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Signed-off-by: Connor O'Brien <connoro@google.com>
This commit is contained in:
Greg Kroah-Hartman 2020-07-02 12:15:25 +02:00 committed by Connor O'Brien
parent f004a66806
commit eade9ee6fd
2 changed files with 2 additions and 0 deletions

View File

@ -354,6 +354,7 @@ CONFIG_HID_STEAM=y
CONFIG_USB_HIDDEV=y
CONFIG_USB_OTG=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_HCD_PLATFORM=y
CONFIG_USB_ACM=y
CONFIG_USB_GADGET=y
CONFIG_USB_CONFIGFS=y

View File

@ -314,6 +314,7 @@ CONFIG_HID_SONY=y
CONFIG_HID_STEAM=y
CONFIG_USB_HIDDEV=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_HCD_PLATFORM=y
CONFIG_USB_ACM=y
CONFIG_USB_GADGET=y
CONFIG_USB_CONFIGFS=y