aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/gadget/Kconfig')
-rw-r--r--drivers/usb/gadget/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index 77a3759d6fc7..e706882a8e6f 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -220,6 +220,16 @@ config USB_M66592
220 default USB_GADGET 220 default USB_GADGET
221 select USB_GADGET_SELECTED 221 select USB_GADGET_SELECTED
222 222
223config SUPERH_BUILT_IN_M66592
224 boolean "Enable SuperH built-in USB like the M66592"
225 depends on USB_GADGET_M66592 && CPU_SUBTYPE_SH7722
226 help
227 SH7722 has USB like the M66592.
228
229 The transfer rate is very slow when use "Ethernet Gadget".
230 However, this problem is improved if change a value of
231 NET_IP_ALIGN to 4.
232
223config USB_GADGET_GOKU 233config USB_GADGET_GOKU
224 boolean "Toshiba TC86C001 'Goku-S'" 234 boolean "Toshiba TC86C001 'Goku-S'"
225 depends on PCI 235 depends on PCI