mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
sunxi: provide default USB gadget setup
All the Allwinner boards use the same manufacturer, VID and PID for the gadgets. Make them the defaults to remove some boilerplate from our defconfigs. Reviewed-by: Łukasz Majewski <lukma@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
10ac57fda3
commit
e02687bda9
10 changed files with 3 additions and 27 deletions
|
@ -32,7 +32,4 @@ CONFIG_USB_EHCI_HCD=y
|
|||
CONFIG_USB_MUSB_GADGET=y
|
||||
CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y
|
||||
CONFIG_USB_GADGET=y
|
||||
CONFIG_USB_GADGET_MANUFACTURER="Allwinner Technology"
|
||||
CONFIG_USB_GADGET_VENDOR_NUM=0x1f3a
|
||||
CONFIG_USB_GADGET_PRODUCT_NUM=0x1010
|
||||
CONFIG_USB_GADGET_DOWNLOAD=y
|
||||
|
|
|
@ -34,7 +34,4 @@ CONFIG_USB_EHCI_HCD=y
|
|||
CONFIG_USB_MUSB_GADGET=y
|
||||
CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y
|
||||
CONFIG_USB_GADGET=y
|
||||
CONFIG_USB_GADGET_MANUFACTURER="Allwinner Technology"
|
||||
CONFIG_USB_GADGET_VENDOR_NUM=0x1f3a
|
||||
CONFIG_USB_GADGET_PRODUCT_NUM=0x1010
|
||||
CONFIG_USB_GADGET_DOWNLOAD=y
|
||||
|
|
|
@ -33,7 +33,4 @@ CONFIG_USB_EHCI_HCD=y
|
|||
CONFIG_USB_MUSB_GADGET=y
|
||||
CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y
|
||||
CONFIG_USB_GADGET=y
|
||||
CONFIG_USB_GADGET_MANUFACTURER="Allwinner Technology"
|
||||
CONFIG_USB_GADGET_VENDOR_NUM=0x1f3a
|
||||
CONFIG_USB_GADGET_PRODUCT_NUM=0x1010
|
||||
CONFIG_USB_GADGET_DOWNLOAD=y
|
||||
|
|
|
@ -23,8 +23,5 @@ CONFIG_USB_EHCI_HCD=y
|
|||
CONFIG_USB_MUSB_GADGET=y
|
||||
CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y
|
||||
CONFIG_USB_GADGET=y
|
||||
CONFIG_USB_GADGET_MANUFACTURER="Allwinner Technology"
|
||||
CONFIG_USB_GADGET_VENDOR_NUM=0x1f3a
|
||||
CONFIG_USB_GADGET_PRODUCT_NUM=0x1010
|
||||
CONFIG_USB_GADGET_DOWNLOAD=y
|
||||
CONFIG_OF_LIBFDT_OVERLAY=y
|
||||
|
|
|
@ -28,8 +28,5 @@ CONFIG_USB_EHCI_HCD=y
|
|||
CONFIG_USB_MUSB_GADGET=y
|
||||
CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y
|
||||
CONFIG_USB_GADGET=y
|
||||
CONFIG_USB_GADGET_MANUFACTURER="Allwinner Technology"
|
||||
CONFIG_USB_GADGET_VENDOR_NUM=0x1f3a
|
||||
CONFIG_USB_GADGET_PRODUCT_NUM=0x1010
|
||||
CONFIG_USB_GADGET_DOWNLOAD=y
|
||||
CONFIG_OF_LIBFDT_OVERLAY=y
|
||||
|
|
|
@ -33,7 +33,4 @@ CONFIG_USB_EHCI_HCD=y
|
|||
CONFIG_USB_MUSB_GADGET=y
|
||||
CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y
|
||||
CONFIG_USB_GADGET=y
|
||||
CONFIG_USB_GADGET_MANUFACTURER="Allwinner Technology"
|
||||
CONFIG_USB_GADGET_VENDOR_NUM=0x1f3a
|
||||
CONFIG_USB_GADGET_PRODUCT_NUM=0x1010
|
||||
CONFIG_USB_GADGET_DOWNLOAD=y
|
||||
|
|
|
@ -23,7 +23,4 @@ CONFIG_AXP_ELDO2_VOLT=1800
|
|||
CONFIG_USB_MUSB_GADGET=y
|
||||
CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y
|
||||
CONFIG_USB_GADGET=y
|
||||
CONFIG_USB_GADGET_MANUFACTURER="Allwinner Technology"
|
||||
CONFIG_USB_GADGET_VENDOR_NUM=0x1f3a
|
||||
CONFIG_USB_GADGET_PRODUCT_NUM=0x1010
|
||||
CONFIG_USB_GADGET_DOWNLOAD=y
|
||||
|
|
|
@ -28,7 +28,4 @@ CONFIG_USB_EHCI_HCD=y
|
|||
CONFIG_USB_MUSB_GADGET=y
|
||||
CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y
|
||||
CONFIG_USB_GADGET=y
|
||||
CONFIG_USB_GADGET_MANUFACTURER="Allwinner Technology"
|
||||
CONFIG_USB_GADGET_VENDOR_NUM=0x1f3a
|
||||
CONFIG_USB_GADGET_PRODUCT_NUM=0x1010
|
||||
CONFIG_USB_GADGET_DOWNLOAD=y
|
||||
|
|
|
@ -24,7 +24,4 @@ CONFIG_USB_EHCI_HCD=y
|
|||
CONFIG_USB_MUSB_GADGET=y
|
||||
CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y
|
||||
CONFIG_USB_GADGET=y
|
||||
CONFIG_USB_GADGET_MANUFACTURER="Allwinner Technology"
|
||||
CONFIG_USB_GADGET_VENDOR_NUM=0x1f3a
|
||||
CONFIG_USB_GADGET_PRODUCT_NUM=0x1010
|
||||
CONFIG_USB_GADGET_DOWNLOAD=y
|
||||
|
|
|
@ -38,6 +38,7 @@ if USB_GADGET
|
|||
|
||||
config USB_GADGET_MANUFACTURER
|
||||
string "Vendor name of the USB device"
|
||||
default "Allwinner Technology" if ARCH_SUNXI
|
||||
default "U-Boot"
|
||||
help
|
||||
Vendor name of the USB device emulated, reported to the host device.
|
||||
|
@ -45,6 +46,7 @@ config USB_GADGET_MANUFACTURER
|
|||
|
||||
config USB_GADGET_VENDOR_NUM
|
||||
hex "Vendor ID of the USB device"
|
||||
default 0x1f3a if ARCH_SUNXI
|
||||
default 0x0
|
||||
help
|
||||
Vendor ID of the USB device emulated, reported to the host device.
|
||||
|
@ -53,6 +55,7 @@ config USB_GADGET_VENDOR_NUM
|
|||
|
||||
config USB_GADGET_PRODUCT_NUM
|
||||
hex "Product ID of the USB device"
|
||||
default 0x1010 if ARCH_SUNXI
|
||||
default 0x0
|
||||
help
|
||||
Product ID of the USB device emulated, reported to the host device.
|
||||
|
|
Loading…
Reference in a new issue