summaryrefslogtreecommitdiffstats
path: root/configs/P1020RDB-PC_36BIT_SDCARD_defconfig
diff options
context:
space:
mode:
authorRan Wang <ran.wang_1@nxp.com>2020-06-30 13:08:34 +0800
committerTom Rini <trini@konsulko.com>2020-09-24 08:27:44 -0400
commit893cdf0b7f68b8cabcd04f8026c03bff7c78e267 (patch)
tree03b10913c10426c8930c5eac3b3fd14c08260843 /configs/P1020RDB-PC_36BIT_SDCARD_defconfig
parentcddffcaf4a79c51f224e54802ae4e94969f1ba5a (diff)
downloadu-boot-893cdf0b7f68b8cabcd04f8026c03bff7c78e267.tar.gz
u-boot-893cdf0b7f68b8cabcd04f8026c03bff7c78e267.tar.xz
u-boot-893cdf0b7f68b8cabcd04f8026c03bff7c78e267.zip
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/P1020RDB-PC_36BIT_SDCARD_defconfig')
-rw-r--r--configs/P1020RDB-PC_36BIT_SDCARD_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P1020RDB-PC_36BIT_SDCARD_defconfig b/configs/P1020RDB-PC_36BIT_SDCARD_defconfig
index 2bd5b0fe75..523d30892e 100644
--- a/configs/P1020RDB-PC_36BIT_SDCARD_defconfig
+++ b/configs/P1020RDB-PC_36BIT_SDCARD_defconfig
@@ -83,5 +83,6 @@ 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