From: Marek BehĂșn Date: Thu, 2 May 2019 14:53:25 +0000 (+0200) Subject: arm: mvebu: turris_omnia: add XHCI to defconfig X-Git-Tag: v2019.07-rc2~26^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee7d4c5b1df3ce55fb31cbd4397eec2e038c968f;p=platform%2Fkernel%2Fu-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 Reviewed-by: Stefan Roese Signed-off-by: Stefan Roese --- diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig index 999425e..f75d9f5 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