From 645176d1d5c37c91ddb06c366678fbe302550387 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 8 Sep 2016 16:31:26 -0400 Subject: configs: Migrate CONFIG_USB_STORAGE In some cases we were missing CONFIG_USB=y so enable that when needed. Reviewed-by: Masahiro Yamada Signed-off-by: Tom Rini --- include/configs/cm_t3517.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/cm_t3517.h') diff --git a/include/configs/cm_t3517.h b/include/configs/cm_t3517.h index a89ccb7..a408fbf 100644 --- a/include/configs/cm_t3517.h +++ b/include/configs/cm_t3517.h @@ -113,8 +113,6 @@ #define CONFIG_USB_MUSB_PIO_ONLY #endif /* CONFIG_USB_MUSB_AM35X */ -#define CONFIG_USB_STORAGE - /* commands to include */ #define CONFIG_CMD_MTDPARTS /* Enable MTD parts commands */ #define CONFIG_MTD_DEVICE /* needed for mtdparts commands */ -- cgit v1.1