mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
b06862b9d8
commit
d43e816a7d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue