summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/gadget/Kconfig')
-rw-r--r--drivers/usb/gadget/Kconfig34
1 files changed, 34 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
new file mode 100644
index 0000000000..b8375c661e
--- /dev/null
+++ b/drivers/usb/gadget/Kconfig
@@ -0,0 +1,34 @@
+menuconfig USB_GADGET
+ bool "USB gadget support "
+
+if USB_GADGET
+
+config USB_GADGET_DUALSPEED
+ bool
+
+choice
+ prompt "USB Peripheral Controller"
+
+config USB_GADGET_DRIVER_ARC
+ bool
+ prompt "Arc OTG device core"
+ depends on ARCH_IMX
+ select USB_GADGET_DUALSPEED
+endchoice
+
+choice
+ prompt "USB Gadget drivers"
+
+config USB_GADGET_DFU
+ bool
+ prompt "Device Firmware Update Gadget"
+
+config USB_GADGET_SERIAL
+ bool
+ depends on EXPERIMENTAL
+ prompt "Serial Gadget"
+
+endchoice
+
+endif
+