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/P5040DS_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/P5040DS_defconfig') diff --git a/configs/P5040DS_defconfig b/configs/P5040DS_defconfig index 08a9eb90b5..0c3c28ae4f 100644 --- a/configs/P5040DS_defconfig +++ b/configs/P5040DS_defconfig @@ -62,6 +62,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 -- cgit v1.2.3