summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMarek BehĂșn <marek.behun@nic.cz>2019-05-02 16:53:25 +0200
committerStefan Roese <sr@denx.de>2019-05-03 08:14:39 +0200
commitee7d4c5b1df3ce55fb31cbd4397eec2e038c968f (patch)
treeac838a6203a305ebd9f59fcf69acca5a8829d855 /configs
parent3828c59e54eef1d6360564c3bbd0449223e77dbb (diff)
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/turris_omnia_defconfig2
1 files changed, 2 insertions, 0 deletions
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