Kconfig 580 B

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