summaryrefslogtreecommitdiff
path: root/configs/snow_defconfig
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2017-01-10 13:36:17 (GMT)
committerMinkyu Kang <mk7.kang@samsung.com>2017-01-18 05:28:36 (GMT)
commitd64c31dd93e75c3940730d603c428d869a629168 (patch)
tree1882dbde3cc43eb4bb96b20f24df166318c84fa6 /configs/snow_defconfig
parent701e740f59bb1108485f1cb8e1b54248eee3ff87 (diff)
downloadu-boot-fsl-qoriq-d64c31dd93e75c3940730d603c428d869a629168.tar.xz
exynos: Enable XHCI on exynos5250 boards
Once upon a time u-boot didn't support building with two usb host controller types, these days it does. Enable XHCI in addition to the existing EHCI support so user can plug usb devices in all available ports regardless of the controller type. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'configs/snow_defconfig')
-rw-r--r--configs/snow_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/snow_defconfig b/configs/snow_defconfig
index 47b498b..967927f 100644
--- a/configs/snow_defconfig
+++ b/configs/snow_defconfig
@@ -61,6 +61,8 @@ CONFIG_EXYNOS_SPI=y
CONFIG_TPM_TIS_INFINEON=y
CONFIG_USB=y
CONFIG_DM_USB=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_STORAGE=y
CONFIG_DM_VIDEO=y
CONFIG_DISPLAY=y