aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2017-07-19 21:50:10 +0800
committerMarek Vasut <marex@denx.de>2017-07-28 23:34:27 +0200
commitc9621012a6f86500d60648a5e714b1c36e9111b9 (patch)
tree2f5c5e854b6c777ba09a7a9de5e42cb2fb7f0c41 /configs
parent6e4d039aaaf87dcc83c743948c6bbcb49739e6a2 (diff)
downloadu-boot-c9621012a6f86500d60648a5e714b1c36e9111b9.zip
u-boot-c9621012a6f86500d60648a5e714b1c36e9111b9.tar.gz
u-boot-c9621012a6f86500d60648a5e714b1c36e9111b9.tar.bz2
x86: minnowmax: Enable USB xHCI support
BayTrail SoC supports both EHCI and xHCI controllers. However only one host controller (either EHCI or xHCI) can be used. To enable HSIC and SS ports, xHCI must be used. This turns on xHCI support on Intel MinnowMax board. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de> Tested-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/minnowmax_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/minnowmax_defconfig b/configs/minnowmax_defconfig
index 81e8253..d058753 100644
--- a/configs/minnowmax_defconfig
+++ b/configs/minnowmax_defconfig
@@ -69,6 +69,7 @@ CONFIG_ICH_SPI=y
CONFIG_TIMER=y
CONFIG_USB=y
CONFIG_DM_USB=y
+CONFIG_USB_XHCI_HCD=y
CONFIG_USB_STORAGE=y
CONFIG_USB_KEYBOARD=y
CONFIG_DM_VIDEO=y