diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2019-12-04 09:26:26 +0000 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2019-12-05 10:38:31 -0600 |
commit | 503760b7c9ae34bb92d23b841cc12558cce40c90 (patch) | |
tree | 2351bb6939cbaa37976e39bc489f57881c58dc53 /kernel-armv7hl-lpae-fedora.config | |
parent | 6b45f47575b44ead23d61138c8f080fbb9f81f80 (diff) | |
download | kernel-503760b7c9ae34bb92d23b841cc12558cce40c90.tar.gz kernel-503760b7c9ae34bb92d23b841cc12558cce40c90.tar.xz kernel-503760b7c9ae34bb92d23b841cc12558cce40c90.zip |
arm: we need EHCI to load before ohci/uhci so put it back to built in on arm
Diffstat (limited to 'kernel-armv7hl-lpae-fedora.config')
-rw-r--r-- | kernel-armv7hl-lpae-fedora.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-armv7hl-lpae-fedora.config b/kernel-armv7hl-lpae-fedora.config index 093af1efa..c9454cd33 100644 --- a/kernel-armv7hl-lpae-fedora.config +++ b/kernel-armv7hl-lpae-fedora.config @@ -6597,9 +6597,9 @@ CONFIG_USB_DWC3_ULPI=y # CONFIG_USB_EG20T is not set CONFIG_USB_EHCI_EXYNOS=m # CONFIG_USB_EHCI_FSL is not set -CONFIG_USB_EHCI_HCD=m CONFIG_USB_EHCI_HCD_ORION=m CONFIG_USB_EHCI_HCD_PLATFORM=m +CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_ROOT_HUB_TT=y CONFIG_USB_EHCI_TEGRA=m CONFIG_USB_EHCI_TT_NEWSCHED=y |