Enable the USB mass storage gadget to make it easy to access the internal storage on the board.
Signed-off-by: Casey Connolly <[email protected]> --- 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

