summaryrefslogtreecommitdiff
path: root/configs/p2571_defconfig
diff options
context:
space:
mode:
authorMaxim Schwalm <maxim.schwalm@gmail.com>2023-02-14 20:35:30 +0300
committerTom <twarren@nvidia.com>2023-02-23 22:55:37 +0300
commitb1de4d7c6e14a78b6f321d205daa7846badb64ae (patch)
tree942ef7f78bdf8e5434ededde056601d042013933 /configs/p2571_defconfig
parent09ca4d802887defff2ba8ae6639703d6046136cf (diff)
downloadu-boot-b1de4d7c6e14a78b6f321d205daa7846badb64ae.tar.xz
ARM: tegra: provide default USB gadget setup
All Nvidia boards use the same manufacturer, vendor ID and product ID for the gadgets. Make them the defaults to remove some boilerplate from the defconfigs. Inspired by commit e02687bda96c ("sunxi: provide default USB gadget setup") which did the same for Allwinner boards. Tested-by: Thierry Reding <treding@nvidia.com> # T30 and T124 Signed-off-by: Maxim Schwalm <maxim.schwalm@gmail.com> Signed-off-by: Tom <twarren@nvidia.com>
Diffstat (limited to 'configs/p2571_defconfig')
-rw-r--r--configs/p2571_defconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/p2571_defconfig b/configs/p2571_defconfig
index bc3fb3e5ae..00b0dc6109 100644
--- a/configs/p2571_defconfig
+++ b/configs/p2571_defconfig
@@ -49,8 +49,5 @@ CONFIG_USB_EHCI_TEGRA=y
CONFIG_USB_HOST_ETHER=y
CONFIG_USB_ETHER_ASIX=y
CONFIG_USB_GADGET=y
-CONFIG_USB_GADGET_MANUFACTURER="NVIDIA"
-CONFIG_USB_GADGET_VENDOR_NUM=0x0955
-CONFIG_USB_GADGET_PRODUCT_NUM=0x701a
CONFIG_CI_UDC=y
CONFIG_USB_GADGET_DOWNLOAD=y