diff options
| author | Wadim Egorov <[email protected]> | 2026-03-17 11:07:03 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-30 17:02:24 -0600 |
| commit | 87ea2b51b654b616bfcb381c46c8b5bde146607c (patch) | |
| tree | 9e4c4713dd3d9596b025bc12b12ad3c72a147541 | |
| parent | 2e3a53d1c109b518cc6e25a6cc1764ce280983fb (diff) | |
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 <[email protected]>
Reviewed-by: Primoz Fiser <[email protected]>
| -rw-r--r-- | configs/imx93-phycore_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx93-phycore_defconfig b/configs/imx93-phycore_defconfig index ac719372b41..3fb6e7b5f1d 100644 --- a/configs/imx93-phycore_defconfig +++ b/configs/imx93-phycore_defconfig @@ -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 |
