Kconfig 490 B

1234567891011121314151617
  1. #
  2. # Physical Layer USB driver configuration
  3. #
  4. comment "USB Physical Layer drivers"
  5. depends on USB
  6. config USB_ISP1301
  7. tristate "NXP ISP1301 USB transceiver support"
  8. depends on USB
  9. depends on I2C
  10. help
  11. Say Y here to add support for the NXP ISP1301 USB transceiver driver.
  12. This chip is typically used as USB transceiver for USB host, gadget
  13. and OTG drivers (to be selected separately).
  14. To compile this driver as a module, choose M here: the
  15. module will be called isp1301.