summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2021-01-25 21:43:48 +0800
committerMarek Vasut <marex@denx.de>2021-01-31 14:08:56 +0100
commit16fd832e0e2d06c1a76d9bef1f62e9d94c3fed98 (patch)
treef0cc31ad27c710b38c7a9053fab5e7939e227d4e /drivers
parent6777483f5d1e9907a571aca55ec7d86bbce3040b (diff)
downloadu-boot-16fd832e0e2d06c1a76d9bef1f62e9d94c3fed98.tar.gz
usb: gadget: add Kconfig for OS descriptors
Add Kconfig for OS descriptors Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/gadget/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index 7c0df5c264..4a3b22e6de 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -98,6 +98,15 @@ config USB_GADGET_DWC2_OTG_PHY_BUS_WIDTH_8
endif # USB_GADGET_DWC2_OTG
+config USB_GADGET_OS_DESCRIPTORS
+ bool "USB OS Feature Descriptors support"
+ help
+ This is a porting patch from linux kernel: 37a3a533429e
+ ("usb: gadget: OS Feature Descriptors support"), the original commit
+ log see below:
+ There is a custom (non-USB IF) extension to the USB standard:
+ http://msdn.microsoft.com/library/windows/hardware/gg463182
+
config CI_UDC
bool "ChipIdea device controller"
select USB_GADGET_DUALSPEED