summaryrefslogtreecommitdiff
path: root/configs/spring_defconfig
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2017-01-10 14:36:17 +0100
committerMinkyu Kang <mk7.kang@samsung.com>2017-01-18 14:28:36 +0900
commitd64c31dd93e75c3940730d603c428d869a629168 (patch)
tree1882dbde3cc43eb4bb96b20f24df166318c84fa6 /configs/spring_defconfig
parent701e740f59bb1108485f1cb8e1b54248eee3ff87 (diff)
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/spring_defconfig')
-rw-r--r--configs/spring_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/spring_defconfig b/configs/spring_defconfig
index 4a782c80da..1898b95690 100644
--- a/configs/spring_defconfig
+++ b/configs/spring_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