summaryrefslogtreecommitdiff
path: root/configs/smdk5250_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/smdk5250_defconfig
parent701e740f59bb1108485f1cb8e1b54248eee3ff87 (diff)
downloadu-boot-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/smdk5250_defconfig')
-rw-r--r--configs/smdk5250_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/smdk5250_defconfig b/configs/smdk5250_defconfig
index b785efe..95c379b 100644
--- a/configs/smdk5250_defconfig
+++ b/configs/smdk5250_defconfig
@@ -43,6 +43,8 @@ CONFIG_SOUND_WM8994=y
CONFIG_EXYNOS_SPI=y
CONFIG_USB=y
CONFIG_DM_USB=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_STORAGE=y
CONFIG_VIDEO_BRIDGE=y
CONFIG_ERRNO_STR=y