Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 563df542 authored by John Stultz's avatar John Stultz Committed by Greg Kroah-Hartman
Browse files

ANDROID: db845c_gki.fragment: Remove modules built into GKI



The CONFIG_USB_EHCI_HCD and CONFIG_USB_EHCI_HCD_PLATFORM
values were moved into the gki_defconfig, so continuing to
build them as modules causes the resulting kernel to not boot.

This patch simply removes them.

Also drop the "CONFIG_USB_DUMMY_HCD is not set" override, as
its not doing anything other then causing warning on build.

Fixes: 953a6e32 ("ANDROID: GKI: support CONFIG_USB_EHCI_HCD_PLATFORM")
Fixes: bdb20ce7 ("ANDROID: GKI: support CONFIG_USB_EHCI_HCD")
Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
Change-Id: Ie53f6a1fb0c1a3c4ff6eef76c6b648600cdc7b2c
parent 84a6a00b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -29,8 +29,6 @@ CONFIG_DRM_MSM=m
CONFIG_DRM_LONTIUM_LT9611=m
CONFIG_USB_XHCI_PCI_RENESAS=m
CONFIG_USB_XHCI_HCD=m
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_EHCI_HCD_PLATFORM=m
CONFIG_USB_OHCI_HCD=m
CONFIG_USB_OHCI_HCD_PLATFORM=m
CONFIG_USB_DWC3=m
@@ -38,7 +36,6 @@ CONFIG_USB_DWC3_DISABLE_GADGET_SG=y
# CONFIG_USB_DWC3_HAPS is not set
# CONFIG_USB_DWC3_OF_SIMPLE is not set
CONFIG_USB_GADGET_VBUS_DRAW=500
# CONFIG_USB_DUMMY_HCD is not set
CONFIG_USB_ROLE_SWITCH=m
CONFIG_USB_ULPI_BUS=m
CONFIG_MMC_SDHCI_MSM=m