From 893cdf0b7f68b8cabcd04f8026c03bff7c78e267 Mon Sep 17 00:00:00 2001 From: Ran Wang Date: Tue, 30 Jun 2020 13:08:34 +0800 Subject: 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 Reviewed-by: Tom Rini Reviewed-by: Priyanka Jain --- configs/P1020RDB-PC_36BIT_SDCARD_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/P1020RDB-PC_36BIT_SDCARD_defconfig') 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 -- cgit