summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-09-03 05:37:28 -0700
committerSimon Glass <sjg@chromium.org>2015-09-09 07:48:03 -0600
commitd43e816a7de96a0b6dbd6b524923defca55f5e52 (patch)
tree6124601037b24d80e5bb055419b7b504086a0970
parentb06862b9d8ea7046287ac84589210ef16a1afc0d (diff)
downloadblackbird-obmc-uboot-d43e816a7de96a0b6dbd6b524923defca55f5e52.tar.gz
blackbird-obmc-uboot-d43e816a7de96a0b6dbd6b524923defca55f5e52.zip
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_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig
index 59306a9688..d05154ee0a 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
OpenPOWER on IntegriCloud