configs: imx93-phycore_defconfig: Enable CMD_USB_MASS_STORAGE

This allows us to expose MMC devices to the host for easy
flashing via USB.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Reviewed-by: Primoz Fiser <primoz.fiser@norik.com>
This commit is contained in:
Wadim Egorov
2026-03-17 11:07:03 +01:00
committed by Tom Rini
parent 2e3a53d1c1
commit 87ea2b51b6

View File

@@ -76,6 +76,7 @@ CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
CONFIG_CMD_POWEROFF=y
CONFIG_CMD_USB=y
CONFIG_CMD_USB_MASS_STORAGE=y
CONFIG_CMD_SNTP=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_EFIDEBUG=y