From ea166b1db189255669d2b24b118ed38aaae76a0f Mon Sep 17 00:00:00 2001 From: Casey Connolly Date: Thu, 26 Jun 2025 15:25:45 +0200 Subject: [PATCH] qcom_defconfig: enable USB mass storage gadget Enable the USB mass storage gadget to make it easy to access the internal storage on the board. Reviewed-by: Neil Armstrong Link: https://lore.kernel.org/r/20250626132550.353332-1-casey.connolly@linaro.org Signed-off-by: Casey Connolly --- configs/qcom_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig index 84cc4cf82d8..b9ba7a677d9 100644 --- a/configs/qcom_defconfig +++ b/configs/qcom_defconfig @@ -37,6 +37,7 @@ 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 -- 2.47.2