diff options
author | Uri Mashiach <uri.mashiach@compulab.co.il> | 2017-02-23 15:39:40 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-08 11:38:39 -0400 |
commit | d9eb26eb15150cf11dd522be1a54c4edfbae42e6 (patch) | |
tree | f3547481c677caa43972d7a142debcf6dac504f6 /configs | |
parent | e627290ac63c4d43b24407179d7439dd50a50bfe (diff) |
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/cl-som-am57x_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/cl-som-am57x_defconfig b/configs/cl-som-am57x_defconfig index 356266f409b..f2e55794f52 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 |