Kconfig 377 B

12345678910
  1. config USB_CHIPIDEA
  2. tristate "ChipIdea Highspeed Dual Role Controller"
  3. depends on USB && USB_GADGET
  4. select USB_GADGET_DUALSPEED
  5. help
  6. Say Y here if your system has a dual role high speed USB
  7. controller based on ChipIdea silicon IP. Currently, only the
  8. peripheral mode is supported.
  9. When compiled dynamically, the module will be called ci-hdrc.ko.