[PATCH] qcom_defconfig: enable USB mass storage gadget
Casey Connolly
casey.connolly at linaro.org
Thu Jun 26 15:25:45 CEST 2025
Enable the USB mass storage gadget to make it easy to access the
internal storage on the board.
Signed-off-by: Casey Connolly <casey.connolly at linaro.org>
---
configs/qcom_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
index 7a1f80265771..d7f18820297d 100644
--- a/configs/qcom_defconfig
+++ b/configs/qcom_defconfig
@@ -39,8 +39,9 @@ CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
CONFIG_CMD_UFS=y
CONFIG_CMD_USB=y
+CONFIG_CMD_USB_MASS_STORAGE=y
CONFIG_CMD_CAT=y
CONFIG_CMD_BMP=y
CONFIG_CMD_EFIDEBUG=y
CONFIG_CMD_RNG=y
--
2.50.0
More information about the U-Boot
mailing list