aboutsummaryrefslogtreecommitdiff
path: root/configs/libretech-ac_defconfig
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2020-03-30 11:27:28 +0200
committerNeil Armstrong <narmstrong@baylibre.com>2020-04-20 14:19:10 +0200
commit7033dbfc726cf32e74884ad0391bd8a62bcbfea1 (patch)
tree1c06c0232bb3b3523c6a879d9e1d7f4f9c9d0c7d /configs/libretech-ac_defconfig
parentaf71bdc03026cb07b2e7f8fba06d9da5f1e31bc6 (diff)
downloadu-boot-7033dbfc726cf32e74884ad0391bd8a62bcbfea1.zip
u-boot-7033dbfc726cf32e74884ad0391bd8a62bcbfea1.tar.gz
u-boot-7033dbfc726cf32e74884ad0391bd8a62bcbfea1.tar.bz2
configs: libretech-ac: Enable USB gadget with Mass Storage function
Enable configs to support USB gadget and Mass Storage Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'configs/libretech-ac_defconfig')
-rw-r--r--configs/libretech-ac_defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/libretech-ac_defconfig b/configs/libretech-ac_defconfig
index 09b87c5..7e48675 100644
--- a/configs/libretech-ac_defconfig
+++ b/configs/libretech-ac_defconfig
@@ -27,6 +27,7 @@ CONFIG_CMD_MMC=y
CONFIG_CMD_SF_TEST=y
CONFIG_CMD_SPI=y
CONFIG_CMD_USB=y
+CONFIG_CMD_USB_MASS_STORAGE=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_REGULATOR=y
CONFIG_OF_CONTROL=y
@@ -69,6 +70,12 @@ CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_XHCI_DWC3_OF_SIMPLE=y
CONFIG_USB_DWC3=y
CONFIG_USB_KEYBOARD=y
+# CONFIG_USB_DWC3_GADGET is not set
+CONFIG_USB_GADGET=y
+CONFIG_USB_GADGET_VENDOR_NUM=0x1b8e
+CONFIG_USB_GADGET_PRODUCT_NUM=0xfada
+CONFIG_USB_GADGET_DWC2_OTG=y
+CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_DM_VIDEO=y
# CONFIG_VIDEO_BPP8 is not set
# CONFIG_VIDEO_BPP16 is not set