commit | d9eb26eb15150cf11dd522be1a54c4edfbae42e6 | [log] [tgz] |
---|---|---|
author | Uri Mashiach <uri.mashiach@compulab.co.il> | Thu Feb 23 15:39:40 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon May 08 11:38:39 2017 -0400 |
tree | f3547481c677caa43972d7a142debcf6dac504f6 | |
parent | e627290ac63c4d43b24407179d7439dd50a50bfe [diff] [blame] |
arm: am57xx: cl-som-am57x: enable USB storage Add CONFIG_USB_STORAGE to the defconfig file. Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il> Reviewed-by: Tom Rini <trini@konsulko.com>
diff --git a/configs/cl-som-am57x_defconfig b/configs/cl-som-am57x_defconfig index 356266f..f2e5579 100644 --- a/configs/cl-som-am57x_defconfig +++ b/configs/cl-som-am57x_defconfig
@@ -48,4 +48,5 @@ CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y +CONFIG_USB_STORAGE=y CONFIG_OF_LIBFDT=y