summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-01-10 03:26:40 +0000
committerGogs <gogitservice@gmail.com>2023-01-10 03:26:40 +0000
commit6b10454271c733235fa5f827ff66615bde06409a (patch)
treeee2433bb3dc579117feb9f2ff1b603967b24ab45
parent7f5dfebf7d37c56d9c7993aaa17c59070cb5aec9 (diff)
parent80bf54b2a7ab5e1bab83a2217442b7fcc5c28929 (diff)
Merge branch 'peach-uboot-usbehci' of alpernebbi/lbmk into master
-rw-r--r--resources/u-boot/peach_pi/config/default8
-rw-r--r--resources/u-boot/peach_pit/config/default8
2 files changed, 14 insertions, 2 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
diff --git a/resources/u-boot/peach_pit/config/default b/resources/u-boot/peach_pit/config/default
index 39bf9a64..4e461c50 100644
--- a/resources/u-boot/peach_pit/config/default
+++ b/resources/u-boot/peach_pit/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