From: Stefan Roese Date: Fri, 19 Feb 2021 13:02:17 +0000 (+0100) Subject: mips: octeon: octeon_ebb7304_defconfig: Enable USB storage support X-Git-Tag: v2025.01-rc5-pxa1908~1908^2 X-Git-Url: http://git.dujemihanovic.xyz/html/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=91ce06ad340ef12fc3fd0ee3a5d040cc0bba731e;p=u-boot.git mips: octeon: octeon_ebb7304_defconfig: Enable USB storage support This patch enables USB storage support with the necessary partition support on the MIPS Octeon EBB7304. Signed-off-by: Stefan Roese Cc: Aaron Williams Cc: Chandrakala Chavva --- diff --git a/configs/octeon_ebb7304_defconfig b/configs/octeon_ebb7304_defconfig index c9ac8789c6..ae93b49855 100644 --- a/configs/octeon_ebb7304_defconfig +++ b/configs/octeon_ebb7304_defconfig @@ -25,7 +25,9 @@ CONFIG_CMD_TIME=y CONFIG_CMD_EXT4=y CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y -# CONFIG_DOS_PARTITION is not set +CONFIG_AMIGA_PARTITION=y +CONFIG_EFI_PARTITION=y +CONFIG_PARTITION_TYPE_GUID=y CONFIG_ENV_IS_IN_FLASH=y CONFIG_ENV_ADDR=0x1FBFE000 CONFIG_CLK=y @@ -65,6 +67,7 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y +CONFIG_USB_STORAGE=y CONFIG_USB_HOST_ETHER=y CONFIG_USB_ETHER_ASIX=y CONFIG_USB_ETHER_ASIX88179=y