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/P2041RDB.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/P2041RDB.h') diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index e6057f9..3c3504b 100644 --- a/include/configs/P2041RDB.h +++ b/include/configs/P2041RDB.h @@ -612,7 +612,6 @@ unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_HAS_FSL_MPH_USB #if defined(CONFIG_HAS_FSL_DR_USB) || defined(CONFIG_HAS_FSL_MPH_USB) -#define CONFIG_USB_STORAGE #define CONFIG_USB_EHCI #define CONFIG_USB_EHCI_FSL #define CONFIG_EHCI_HCD_INIT_AFTER_RESET -- cgit v1.1