From: Bin Meng Date: Thu, 3 Sep 2015 12:37:28 +0000 (-0700) Subject: x86: galileo: Convert to use CONFIG_DM_USB X-Git-Tag: KARO-TXSD-2017-03-15~3403 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=d43e816a7de96a0b6dbd6b524923defca55f5e52 x86: galileo: Convert to use CONFIG_DM_USB Move to driver model for USB on Intel Galileo. Signed-off-by: Bin Meng Acked-by: Simon Glass --- diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig index 59306a9688..d05154ee0a 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