diff options
author | Alper Nebi Yasak <alpernebiyasak@gmail.com> | 2022-12-31 21:23:36 +0300 |
---|---|---|
committer | Alper Nebi Yasak <alpernebiyasak@gmail.com> | 2022-12-31 21:34:01 +0300 |
commit | 80bf54b2a7ab5e1bab83a2217442b7fcc5c28929 (patch) | |
tree | ee2433bb3dc579117feb9f2ff1b603967b24ab45 /resources/u-boot/peach_pit/config | |
parent | 7f5dfebf7d37c56d9c7993aaa17c59070cb5aec9 (diff) |
u-boot: Enable USB_EHCI_EXYNOS on peach boards
The USB 2.0 ports on Exynos boards need the relevant driver enabled by
USB_EHCI_EXYNOS. This is enabled by default depending on USB_EHCI_HCD.
It's already enabled on snow and spring, but apparently not on peach
boards, as discovered from other people's attempts to enable it [1][2].
Enable it also on the peach_pi and peach_pit.
[1] https://gitlab.com/exynos5-mainline/u-boot/-/commit/8f12e43dbfdebbd29f49c2cb8bf6e9b6ea7e70c9
[2] https://gitlab.com/exynos5-mainline/u-boot/-/commit/11cacf55ad720dfca8799561a38b1da4732a3018
Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Diffstat (limited to 'resources/u-boot/peach_pit/config')
-rw-r--r-- | resources/u-boot/peach_pit/config/default | 8 |
1 files changed, 7 insertions, 1 deletions
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 |