From d43e816a7de96a0b6dbd6b524923defca55f5e52 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Thu, 3 Sep 2015 05:37:28 -0700 Subject: [PATCH] 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 --- configs/galileo_defconfig | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2