commit | ec4c394fcfe290a1d2d555f6cecc17aae04ce43c | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sat Jul 21 12:53:59 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 28 11:58:09 2018 -0400 |
tree | 5e626f70a8b48fd7726710fe7d8243eb8df0296d | |
parent | 5bb59c6d9da3b68497bff34b00b1630fe7963c80 [diff] |
configs: omap3_logic: Remove USB Storage and enable CONFIG_BLK With the pending requirement for CONFIG_BLK, this patch removes the USB_STORAGE option which assumes that DM_USB is enabled, but isn't yet available for the omap2340 musb glue among other issues. Once the USB issues are resolved, a future patch can enable them again. Signed-off-by: Adam Ford <aford173@gmail.com>