Comment 5 for bug 1842284

Revision history for this message
Ike Panhc (ikepanhc) wrote :

ehci-platform is built-in for amd64/i386 but is module in other arch

$ git grep EHCI_HCD_PLATFORM debian.hwe/config
debian.hwe/config/amd64/config.common.amd64:CONFIG_USB_EHCI_HCD_PLATFORM=y
debian.hwe/config/annotations:CONFIG_USB_EHCI_HCD_PLATFORM policy<{'amd64': 'y', 'arm64': 'm', 'armhf': 'n', 'i386': 'y', 'ppc64el': 'm'}>
debian.hwe/config/annotations:CONFIG_USB_EHCI_HCD_PLATFORM mark<ENFORCED> note<Don't use the generic ehci/ohci code on omap, it doesn't work> flag<REVIEW>
debian.hwe/config/arm64/config.common.arm64:CONFIG_USB_EHCI_HCD_PLATFORM=m
debian.hwe/config/armhf/config.common.armhf:# CONFIG_USB_EHCI_HCD_PLATFORM is not set
debian.hwe/config/i386/config.common.i386:CONFIG_USB_EHCI_HCD_PLATFORM=y
debian.hwe/config/ppc64el/config.common.ppc64el:CONFIG_USB_EHCI_HCD_PLATFORM=m
debian.hwe/config/x32/config.common.x32:CONFIG_USB_EHCI_HCD_PLATFORM=m
debian.hwe/config/x32/config.flavour.generic:CONFIG_USB_EHCI_HCD_PLATFORM=m