diff options
author | Ran Wang | 2020-06-30 13:08:34 +0800 |
---|---|---|
committer | Tom Rini | 2020-09-24 08:27:44 -0400 |
commit | 893cdf0b7f68b8cabcd04f8026c03bff7c78e267 (patch) | |
tree | 03b10913c10426c8930c5eac3b3fd14c08260843 /configs/P2041RDB_SDCARD_defconfig | |
parent | cddffcaf4a79c51f224e54802ae4e94969f1ba5a (diff) |
configs: powerpc: add usb (host) mass storage support
commit 0cfccb54014b ("configs: Resync with savedefconfig")
removed CONFIG_USB_STORAGE from some powerpc platforms' defconfig
files, whicih would block the use case of system loading rootfs
from USB drives, add them back.
Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/P2041RDB_SDCARD_defconfig')
-rw-r--r-- | configs/P2041RDB_SDCARD_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P2041RDB_SDCARD_defconfig b/configs/P2041RDB_SDCARD_defconfig index 607ab3c8159..bd1a0523ae4 100644 --- a/configs/P2041RDB_SDCARD_defconfig +++ b/configs/P2041RDB_SDCARD_defconfig @@ -66,6 +66,7 @@ CONFIG_SYS_NS16550=y CONFIG_SPI=y CONFIG_FSL_ESPI=y CONFIG_USB=y +CONFIG_USB_STORAGE=y CONFIG_DM_USB=y CONFIG_ADDR_MAP=y CONFIG_SYS_NUM_ADDR_MAP=64 |