summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@openbsd.org>2023-01-21 22:27:59 +0300
committerTom Rini <trini@konsulko.com>2023-01-27 22:47:58 +0300
commit06af0e8026ad6f21946f0f5a050ec2e0a1876491 (patch)
treeea9b9ee31ac5033c5e1f105ac7371ab898537a72 /configs
parentbdebb00d835ca6d99beddea29339f7073e1b83dc (diff)
downloadu-boot-06af0e8026ad6f21946f0f5a050ec2e0a1876491.tar.xz
arm: apple: Enable PCIe USB controller
Some Apple Silicon machines have a PCIe XHCI controller in additon to the DWC3 controllers integrated on the SoC. On the Mac mini the Type-A ports are handled by this PCIe controller. Enabling it allows the use of these ports in U-Boot. Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/apple_m1_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/apple_m1_defconfig b/configs/apple_m1_defconfig
index 4ba09334d4..b4ecf73cbc 100644
--- a/configs/apple_m1_defconfig
+++ b/configs/apple_m1_defconfig
@@ -15,6 +15,7 @@ CONFIG_APPLE_SPI_KEYB=y
CONFIG_NVME_APPLE=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DWC3=y
+CONFIG_USB_XHCI_PCI=y
CONFIG_USB_KEYBOARD=y
CONFIG_SYS_WHITE_ON_BLACK=y
CONFIG_NO_FB_CLEAR=y