From: Marek BehĂșn <marek.behun@nic.cz>
Date: Thu, 2 May 2019 14:53:25 +0000 (+0200)
Subject: arm: mvebu: turris_omnia: add XHCI to defconfig
X-Git-Tag: v2025.01-rc5-pxa1908~3006^2~15
X-Git-Url: http://git.dujemihanovic.xyz/img/html/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=ee7d4c5b1df3ce55fb31cbd4397eec2e038c968f;p=u-boot.git

arm: mvebu: turris_omnia: add XHCI to defconfig

Add XHCI_HOST and XHCI_MVEBU to defconfig, so that user's can by default
boot from USB on Turris Omnia.

Signed-off-by: Marek BehĂșn <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
---

diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig
index 999425e460..f75d9f58e9 100644
--- a/configs/turris_omnia_defconfig
+++ b/configs/turris_omnia_defconfig
@@ -59,5 +59,7 @@ CONFIG_KIRKWOOD_SPI=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
 CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_MVEBU=y
 CONFIG_WDT=y
 CONFIG_WDT_ORION=y