diff options
author | Leah Rowe <leah@libreboot.org> | 2023-01-10 03:26:40 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2023-01-10 03:26:40 +0000 |
commit | 6b10454271c733235fa5f827ff66615bde06409a (patch) | |
tree | ee2433bb3dc579117feb9f2ff1b603967b24ab45 /resources/u-boot/peach_pi/config | |
parent | 7f5dfebf7d37c56d9c7993aaa17c59070cb5aec9 (diff) | |
parent | 80bf54b2a7ab5e1bab83a2217442b7fcc5c28929 (diff) |
Merge branch 'peach-uboot-usbehci' of alpernebbi/lbmk into master
Diffstat (limited to 'resources/u-boot/peach_pi/config')
-rw-r--r-- | resources/u-boot/peach_pi/config/default | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/resources/u-boot/peach_pi/config/default b/resources/u-boot/peach_pi/config/default index 41e043d8..65877f24 100644 --- a/resources/u-boot/peach_pi/config/default +++ b/resources/u-boot/peach_pi/config/default @@ -1616,7 +1616,13 @@ CONFIG_USB_XHCI_EXYNOS=y # CONFIG_USB_XHCI_PCI is not set # CONFIG_USB_XHCI_FSL is not set # CONFIG_USB_XHCI_BRCM is not set -# CONFIG_USB_EHCI_HCD is not set +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_EXYNOS=y +# CONFIG_USB_EHCI_MSM is not set +# CONFIG_USB_EHCI_PCI is not set +# CONFIG_USB_EHCI_ZYNQ is not set +# CONFIG_USB_EHCI_GENERIC is not set +# CONFIG_USB_EHCI_FSL is not set # CONFIG_USB_OHCI_HCD is not set # CONFIG_USB_UHCI_HCD is not set # CONFIG_USB_DWC2 is not set |