diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2017-01-10 14:36:17 +0100 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2017-01-18 14:28:36 +0900 |
commit | d64c31dd93e75c3940730d603c428d869a629168 (patch) | |
tree | 1882dbde3cc43eb4bb96b20f24df166318c84fa6 /include | |
parent | 701e740f59bb1108485f1cb8e1b54248eee3ff87 (diff) | |
download | u-boot-d64c31dd93e75c3940730d603c428d869a629168.tar.gz u-boot-d64c31dd93e75c3940730d603c428d869a629168.tar.bz2 u-boot-d64c31dd93e75c3940730d603c428d869a629168.zip |
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 'include')
-rw-r--r-- | include/configs/exynos5250-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/exynos5250-common.h b/include/configs/exynos5250-common.h index 7d8921f24e..846739a6c5 100644 --- a/include/configs/exynos5250-common.h +++ b/include/configs/exynos5250-common.h @@ -31,6 +31,8 @@ #define CONFIG_USB_EHCI #define CONFIG_USB_EHCI_EXYNOS +#define CONFIG_USB_XHCI_EXYNOS + #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_ASIX88179 |