summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Connolly <casey.connolly@linaro.org>2025-06-26 15:25:45 +0200
committerCasey Connolly <casey.connolly@linaro.org>2025-07-14 15:35:24 +0200
commitea166b1db189255669d2b24b118ed38aaae76a0f (patch)
treed5327ccb64b96e7832441336f1ba1facb3df69e5
parent8830e72092e07e4439835ed07efefff91aede67e (diff)
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 <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20250626132550.353332-1-casey.connolly@linaro.org Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
-rw-r--r--configs/qcom_defconfig1
1 files changed, 1 insertions, 0 deletions
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