mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ANDROID: db845c_gki.fragment: Remove USB_XHCI_HCD and XHCI_PCI_RENESAS configs
Since commitdb102bc6be("ANDROID: GKI: Enable CONFIG_USB_XHCI_HCD") android-mainline stopped booting on db845c, as the xhci modules would fail to load (since its now built in functionality). This patch resolves it by removing the USB_XHCI_HCD and XHCI_PCI_RENESAS config options from the config fragment. Fixes:db102bc6be("ANDROID: GKI: Enable CONFIG_USB_XHCI_HCD") Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: I2d10bd4af490e1ce13466e53f82c66d8bcac2d09
This commit is contained in:
@@ -24,8 +24,6 @@ CONFIG_DRM_MSM=m
|
||||
# CONFIG_DRM_MSM_DSI_20NM_PHY is not set
|
||||
# CONFIG_DRM_MSM_DSI_28NM_8960_PHY is not set
|
||||
CONFIG_DRM_LONTIUM_LT9611=m
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=m
|
||||
CONFIG_USB_XHCI_HCD=m
|
||||
CONFIG_USB_OHCI_HCD=m
|
||||
CONFIG_USB_OHCI_HCD_PLATFORM=m
|
||||
CONFIG_USB_DWC3=m
|
||||
|
||||
Reference in New Issue
Block a user