summaryrefslogtreecommitdiff
path: root/configs/clearfog_defconfig
diff options
context:
space:
mode:
authorJon Nettleton <jon@solid-run.com>2017-11-06 10:33:21 +0200
committerStefan Roese <sr@denx.de>2017-11-16 11:45:20 +0100
commitb4b06ac6f767b833acf7cf6e7533ead2f4425378 (patch)
tree367ad9dab3c270250f9f8cb140ebe84ed4e9422b /configs/clearfog_defconfig
parent78aa018f079598082087a3b7a319a82d486982fb (diff)
arm: mvebu: clearfog: enable XHCI USB
Enable the driver by default for the clearfog boards since the external port is configured for XHCI. Signed-off-by: Jon Nettleton <jon@solid-run.com> [baruch: split from the SoC setup patch] Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/clearfog_defconfig')
-rw-r--r--configs/clearfog_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig
index fa9f04a9d8..3de204346d 100644
--- a/configs/clearfog_defconfig
+++ b/configs/clearfog_defconfig
@@ -43,5 +43,6 @@ CONFIG_DEBUG_UART_SHIFT=2
CONFIG_SYS_NS16550=y
CONFIG_USB=y
CONFIG_DM_USB=y
-CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_MVEBU=y
CONFIG_USB_STORAGE=y