diff mbox

[U-Boot,v4,06/11] x86: galileo: Convert to use CONFIG_DM_USB

Message ID 1441283853-30868-7-git-send-email-bmeng.cn@gmail.com
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Bin Meng Sept. 3, 2015, 12:37 p.m. UTC
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>

---

Changes in v4:
- Reorder via 'savedefconfig'

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(+)

Comments

Simon Glass Sept. 4, 2015, 12:46 a.m. UTC | #1
On 3 September 2015 at 06:37, Bin Meng <bmeng.cn@gmail.com> wrote:
> 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>
>
> ---
>
> Changes in v4:
> - Reorder via 'savedefconfig'
>
> 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(+)

Applied to u-boot-x86, thanks!
diff mbox

Patch

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