diff options
author | Tom Rini <trini@konsulko.com> | 2016-09-08 16:31:26 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-09 14:59:35 -0400 |
commit | 645176d1d5c37c91ddb06c366678fbe302550387 (patch) | |
tree | 3f00c19f4b59c89a35eba30b7cf28a52ae18fc70 /configs/xpress_spl_defconfig | |
parent | aca5cd27db72aa6e664dd4b517b5ed885e711b82 (diff) |
configs: Migrate CONFIG_USB_STORAGE
In some cases we were missing CONFIG_USB=y so enable that when needed.
Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/xpress_spl_defconfig')
-rw-r--r-- | configs/xpress_spl_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/xpress_spl_defconfig b/configs/xpress_spl_defconfig index b82a5ed735e..39406d1b2c3 100644 --- a/configs/xpress_spl_defconfig +++ b/configs/xpress_spl_defconfig @@ -20,4 +20,6 @@ CONFIG_CMD_EXT4=y CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y +CONFIG_USB=y +CONFIG_USB_STORAGE=y CONFIG_OF_LIBFDT=y |