diff options
Diffstat (limited to 'configs/bcm28155_ap_defconfig')
-rw-r--r-- | configs/bcm28155_ap_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/bcm28155_ap_defconfig b/configs/bcm28155_ap_defconfig index 538647d79b..969c5bcaeb 100644 --- a/configs/bcm28155_ap_defconfig +++ b/configs/bcm28155_ap_defconfig @@ -9,4 +9,9 @@ CONFIG_CMD_GPIO=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_GADGET=y +CONFIG_USB_GADGET_DWC2_OTG=y +CONFIG_USB_GADGET_DOWNLOAD=y +CONFIG_G_DNL_MANUFACTURER="Broadcom Corporation" +CONFIG_G_DNL_VENDOR_NUM=0x18d1 +CONFIG_G_DNL_PRODUCT_NUM=0x0d02 CONFIG_OF_LIBFDT=y |