Kconfig 465 B

12345678910111213141516
  1. #
  2. # Renesas USBHS Controller Drivers
  3. #
  4. config USB_RENESAS_USBHS
  5. tristate 'Renesas USBHS controller'
  6. depends on USB && USB_GADGET
  7. default n
  8. help
  9. Renesas USBHS is a discrete USB host and peripheral controller chip
  10. that supports both full and high speed USB 2.0 data transfers.
  11. It has nine or more configurable endpoints, and endpoint zero.
  12. Say "y" to link the driver statically, or "m" to build a
  13. dynamically linked module called "renesas_usbhs"