[U-Boot] [PATCH v3 06/11] x86: galileo: Convert to use CONFIG_DM_USB
Bin Meng
bmeng.cn at gmail.com
Thu Sep 3 13:43:42 CEST 2015
Move to driver model for USB on Intel Galileo.
Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
Acked-by: Simon Glass <sjg at chromium.org>
---
Changes in v3: None
Changes in v2:
- Update commit message to remove "USB not working" statement,
as in v2, full USB support has been added.
configs/galileo_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig
index 358e87b..55a002f 100644
--- a/configs/galileo_defconfig
+++ b/configs/galileo_defconfig
@@ -15,6 +15,8 @@ CONFIG_DM_PCI=y
CONFIG_SPI_FLASH=y
CONFIG_NETDEVICES=y
CONFIG_ETH_DESIGNWARE=y
+CONFIG_USB=y
+CONFIG_DM_USB=y
CONFIG_DM_RTC=y
CONFIG_USE_PRIVATE_LIBGCC=y
CONFIG_SYS_VSNPRINTF=y
--
1.8.2.1
More information about the U-Boot
mailing list