summaryrefslogtreecommitdiff
path: root/configs/am64x_evm_a53_defconfig
diff options
context:
space:
mode:
authorHrushikesh Salunke <[email protected]>2025-03-10 17:38:56 +0530
committerTom Rini <[email protected]>2025-03-30 09:15:27 -0600
commitc5db8973d7df0573d5e72fa5b9154d3c0856ec3e (patch)
treee9f913b6b3ab1015d5601555d87fde46ff9c682a /configs/am64x_evm_a53_defconfig
parentbc09d20b51336ab61a5ea9c373275338752f9a9c (diff)
configs: am64x_evm_a53_defconfig: Enable support for UMS
Enable support for USB mass storage class (UMS) via USB0 instance of USB on AM64x SoC. UMS allows USB host to access U-Boot block device and enable file transfer. Example usage of UMS command : => mmc list mmc@fa10000: 0 (eMMC) mmc@fa00000: 1 => ums 0 mmc 1 UMS: LUN 0, dev mmc 1, hwpart 0, sector 0x0, count 0x3b72400 Signed-off-by: Hrushikesh Salunke <[email protected]>
Diffstat (limited to 'configs/am64x_evm_a53_defconfig')
-rw-r--r--configs/am64x_evm_a53_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig
index 3f002aecfa7..c2ad1242d20 100644
--- a/configs/am64x_evm_a53_defconfig
+++ b/configs/am64x_evm_a53_defconfig
@@ -71,6 +71,7 @@ CONFIG_CMD_GPT=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
CONFIG_CMD_USB=y
+CONFIG_CMD_USB_MASS_STORAGE=y
CONFIG_CMD_EFIDEBUG=y
CONFIG_CMD_TIME=y
CONFIG_CMD_PMIC=y