aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Shields <simon@lineageos.org>2018-09-10 22:09:24 +1000
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-03-28 01:15:37 +0100
commit164732cff900c016343e73d33048f6062126bafe (patch)
tree5e1f51dee432bbc6e4bd3a9eac966a0d07acb1f9
parent4c3b4f5b97398ced29192c85c379513e2bc1fd9b (diff)
downloadu-boot-midas-164732cff900c016343e73d33048f6062126bafe.tar.gz
u-boot-midas-164732cff900c016343e73d33048f6062126bafe.tar.bz2
u-boot-midas-164732cff900c016343e73d33048f6062126bafe.zip
midas: enable UMS gadget support
-rw-r--r--configs/midas_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/midas_defconfig b/configs/midas_defconfig
index 3259385ac7..f06e9bebe3 100644
--- a/configs/midas_defconfig
+++ b/configs/midas_defconfig
@@ -1141,7 +1141,7 @@ CONFIG_DM_USB=y
# CONFIG_USB_STORAGE is not set
# CONFIG_USB_KEYBOARD is not set
CONFIG_USB_GADGET=y
-CONFIG_USB_GADGET_MANUFACTURER="U-Boot"
+CONFIG_USB_GADGET_MANUFACTURER="Samsung"
CONFIG_USB_GADGET_VENDOR_NUM=0x18d1
CONFIG_USB_GADGET_PRODUCT_NUM=0x4ee7
# CONFIG_USB_GADGET_ATMEL_USBA is not set
@@ -1152,7 +1152,7 @@ CONFIG_USB_GADGET_DWC2_OTG=y
CONFIG_USB_GADGET_VBUS_DRAW=2
CONFIG_USB_GADGET_DUALSPEED=y
CONFIG_USB_GADGET_DOWNLOAD=y
-# CONFIG_USB_FUNCTION_MASS_STORAGE is not set
+CONFIG_USB_FUNCTION_MASS_STORAGE=y
# CONFIG_USB_FUNCTION_ROCKUSB is not set
# CONFIG_USB_FUNCTION_SDP is not set
# CONFIG_USB_FUNCTION_THOR is not set