diff options
author | Pali Rohár <pali@kernel.org> | 2021-02-05 15:32:30 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-02-26 10:22:29 +0100 |
commit | 3abcc76ef592027f9a745d0ae9dea049809d5715 (patch) | |
tree | 7c75fdce98c5b1834db633bd4f0dcfdb04598f9a /configs/turris_mox_defconfig | |
parent | b1d58437ef9e4202a0edd23fa5cd241ea2352f47 (diff) | |
download | u-boot-3abcc76ef592027f9a745d0ae9dea049809d5715.tar.gz |
arm: mvebu: turris_mox: Enable CONFIG_USB_XHCI_PCI
USB devices can be connected to Turris MOX also via MOX F extension which
contains VL805 PCIe based USB 3.0 controller.
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/turris_mox_defconfig')
-rw-r--r-- | configs/turris_mox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig index 329c596cead..27a5179fe5a 100644 --- a/configs/turris_mox_defconfig +++ b/configs/turris_mox_defconfig @@ -77,6 +77,7 @@ CONFIG_MVEBU_A3700_SPI=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y +CONFIG_USB_XHCI_PCI=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_HOST_ETHER=y CONFIG_USB_ETHER_ASIX=y |