Kconfig 886 B

12345678910111213141516171819202122232425262728293031
  1. #
  2. # USB OTG infrastructure may be needed for peripheral-only, host-only,
  3. # or OTG-capable configurations when OTG transceivers or controllers
  4. # are used.
  5. #
  6. comment "OTG and related infrastructure"
  7. if USB || USB_GADGET
  8. config USB_OTG_UTILS
  9. bool
  10. help
  11. Select this to make sure the build includes objects from
  12. the OTG infrastructure directory.
  13. config ISP1301_OMAP
  14. tristate "Philips ISP1301 with OMAP OTG"
  15. depends on I2C && ARCH_OMAP_OTG
  16. select USB_OTG_UTILS
  17. help
  18. If you say yes here you get support for the Philips ISP1301
  19. USB-On-The-Go transceiver working with the OMAP OTG controller.
  20. The ISP1301 is a full speed USB transceiver which is used in
  21. products including H2, H3, and H4 development boards for Texas
  22. Instruments OMAP processors.
  23. This driver can also be built as a module. If so, the module
  24. will be called isp1301_omap.
  25. endif # USB || OTG