Kconfig (4f2c0a4acffbec01079c28f839422e64ddeff004) Kconfig (466be4c9a6f0b7810991b4ac6c3e55345ea63954)
1# SPDX-License-Identifier: GPL-2.0
2#
3# USB Gadget support on a system involves
4# (a) a peripheral controller, and
5# (b) the gadget driver using it.
6#
7# NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !!
8#

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

198config USB_F_UAC1_LEGACY
199 tristate
200
201config USB_F_UAC2
202 tristate
203
204config USB_F_UVC
205 tristate
1# SPDX-License-Identifier: GPL-2.0
2#
3# USB Gadget support on a system involves
4# (a) a peripheral controller, and
5# (b) the gadget driver using it.
6#
7# NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !!
8#

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

198config USB_F_UAC1_LEGACY
199 tristate
200
201config USB_F_UAC2
202 tristate
203
204config USB_F_UVC
205 tristate
206 select UVC_COMMON
206
207config USB_F_MIDI
208 tristate
209
210config USB_F_HID
211 tristate
212
213config USB_F_PRINTER

--- 278 unchanged lines hidden ---
207
208config USB_F_MIDI
209 tristate
210
211config USB_F_HID
212 tristate
213
214config USB_F_PRINTER

--- 278 unchanged lines hidden ---