mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01: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…
Add table
Reference in a new issue