commit | 309ba25b25245eecb5b829c3bd6fc729cf215b3f | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Sep 03 05:37:28 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Sep 09 07:48:03 2015 -0600 |
tree | 6124601037b24d80e5bb055419b7b504086a0970 | |
parent | f3763725d00483777631049104a339853d082f9b [diff] |
x86: galileo: Convert to use CONFIG_DM_USB Move to driver model for USB on Intel Galileo. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig index 59306a9..d05154e 100644 --- a/configs/galileo_defconfig +++ b/configs/galileo_defconfig
@@ -16,5 +16,7 @@ CONFIG_ETH_DESIGNWARE=y CONFIG_DM_PCI=y CONFIG_DM_RTC=y +CONFIG_USB=y +CONFIG_DM_USB=y CONFIG_USE_PRIVATE_LIBGCC=y CONFIG_SYS_VSNPRINTF=y