diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-09-03 12:37:28 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-09-09 13:48:03 (GMT) |
commit | d43e816a7de96a0b6dbd6b524923defca55f5e52 (patch) | |
tree | 6124601037b24d80e5bb055419b7b504086a0970 | |
parent | b06862b9d8ea7046287ac84589210ef16a1afc0d (diff) | |
download | u-boot-fsl-qoriq-d43e816a7de96a0b6dbd6b524923defca55f5e52.tar.xz |
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>
-rw-r--r-- | configs/galileo_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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_NETDEVICES=y 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 |