From: Uri Mashiach Date: Thu, 23 Feb 2017 13:39:40 +0000 (+0200) Subject: arm: am57xx: cl-som-am57x: enable USB storage X-Git-Tag: v2017.07-rc1~452 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d9eb26eb15150cf11dd522be1a54c4edfbae42e6;p=u-boot arm: am57xx: cl-som-am57x: enable USB storage Add CONFIG_USB_STORAGE to the defconfig file. Signed-off-by: Uri Mashiach Reviewed-by: Tom Rini --- diff --git a/configs/cl-som-am57x_defconfig b/configs/cl-som-am57x_defconfig index 356266f409..f2e55794f5 100644 --- a/configs/cl-som-am57x_defconfig +++ b/configs/cl-som-am57x_defconfig @@ -48,4 +48,5 @@ CONFIG_TI_QSPI=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y +CONFIG_USB_STORAGE=y CONFIG_OF_LIBFDT=y