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/MPC837XEMDS.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/MPC837XEMDS.h') diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h index b2dc189..dd2aa04 100644 --- a/include/configs/MPC837XEMDS.h +++ b/include/configs/MPC837XEMDS.h @@ -379,7 +379,6 @@ extern int board_pci_host_broken(void); #define CONFIG_PQ_MDS_PIB 1 /* PQ MDS Platform IO Board */ #define CONFIG_HAS_FSL_DR_USB 1 /* fixup device tree for the DR USB */ -#define CONFIG_USB_STORAGE #define CONFIG_USB_EHCI #define CONFIG_USB_EHCI_FSL #define CONFIG_EHCI_HCD_INIT_AFTER_RESET -- cgit v1.1