diff mbox

[U-Boot,4/8] x86: galileo: Convert to use CONFIG_DM_USB

Message ID 1441014773-10902-5-git-send-email-bmeng.cn@gmail.com
State Superseded
Delegated to: Simon Glass
Headers show

Commit Message

Bin Meng Aug. 31, 2015, 9:52 a.m. UTC
Move to driver model for USB on Intel Galileo.

Note: USB is not working on Galileo, which is the same as before.
This is just to prepare the CONFIG_DM_ETH conversion later, as
without CONFIG_DM_USB the build won't pass.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 configs/galileo_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Simon Glass Sept. 1, 2015, 12:32 a.m. UTC | #1
On 31 August 2015 at 03:52, Bin Meng <bmeng.cn@gmail.com> wrote:
> Move to driver model for USB on Intel Galileo.
>
> Note: USB is not working on Galileo, which is the same as before.
> This is just to prepare the CONFIG_DM_ETH conversion later, as
> without CONFIG_DM_USB the build won't pass.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---
>
>  configs/galileo_defconfig | 2 ++
>  1 file changed, 2 insertions(+)

Acked-by: Simon Glass <sjg@chromium.org>
diff mbox

Patch

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