Kconfig (7562b75b214ce86215fc028183edd50df130042f) Kconfig (be6708e6f2d13b26bfdc416b5bf31c942ccff72c)
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).

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

239 controller, which support super speed USB peripheral.
240
241#
242# Controllers available in both integrated and discrete versions
243#
244
245config USB_M66592
246 tristate "Renesas M66592 USB Peripheral Controller"
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).

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

239 controller, which support super speed USB peripheral.
240
241#
242# Controllers available in both integrated and discrete versions
243#
244
245config USB_M66592
246 tristate "Renesas M66592 USB Peripheral Controller"
247 depends on HAS_IOMEM
247 help
248 M66592 is a discrete USB peripheral controller chip that
249 supports both full and high speed USB 2.0 data transfers.
250 It has seven configurable endpoints, and endpoint zero.
251
252 Say "y" to link the driver statically, or "m" to build a
253 dynamically linked module called "m66592_udc" and force all
254 gadget drivers to also be dynamically linked.

--- 163 unchanged lines hidden ---
248 help
249 M66592 is a discrete USB peripheral controller chip that
250 supports both full and high speed USB 2.0 data transfers.
251 It has seven configurable endpoints, and endpoint zero.
252
253 Say "y" to link the driver statically, or "m" to build a
254 dynamically linked module called "m66592_udc" and force all
255 gadget drivers to also be dynamically linked.

--- 163 unchanged lines hidden ---