Kconfig (3457bbaf22a8fb6884d52fc3af997c187e930f06) Kconfig (aaa4a9e313ee6e5d30c1476ad754e0b907e34217)
1#
2# USB Gadget support on a system involves
3# (a) a peripheral controller, and
4# (b) the gadget driver using it.
5#
6# NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !!
7#
8# - Host systems (like PCs) need CONFIG_USB (with "A" jacks).

--- 66 unchanged lines hidden (view full) ---

75
76 This value will be used except for system-specific gadget
77 drivers that have more specific information.
78
79# Selected by UDC drivers that support high-speed operation.
80config USB_GADGET_DUALSPEED
81 bool
82
1#
2# USB Gadget support on a system involves
3# (a) a peripheral controller, and
4# (b) the gadget driver using it.
5#
6# NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !!
7#
8# - Host systems (like PCs) need CONFIG_USB (with "A" jacks).

--- 66 unchanged lines hidden (view full) ---

75
76 This value will be used except for system-specific gadget
77 drivers that have more specific information.
78
79# Selected by UDC drivers that support high-speed operation.
80config USB_GADGET_DUALSPEED
81 bool
82
83config USB_GADGET_DOWNLOAD
84 bool "Enable USB download gadget"
85 help
86 Composite USB download gadget support (g_dnl) for download functions.
87 This code works on top of composite gadget.
88
83endif # USB_GADGET
89endif # USB_GADGET