Kconfig 589 B

123456789101112131415161718192021
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Phy drivers for Motorola devices
  4. #
  5. config PHY_CPCAP_USB
  6. tristate "CPCAP PMIC USB PHY driver"
  7. depends on USB_SUPPORT && IIO
  8. depends on USB_MUSB_HDRC || USB_MUSB_HDRC=n
  9. select GENERIC_PHY
  10. select USB_PHY
  11. help
  12. Enable this for USB to work on Motorola phones and tablets
  13. such as Droid 4.
  14. config PHY_MAPPHONE_MDM6600
  15. tristate "Motorola Mapphone MDM6600 modem USB PHY driver"
  16. depends on OF && USB_SUPPORT && GPIOLIB
  17. select GENERIC_PHY
  18. help
  19. Enable this for MDM6600 USB modem to work on Motorola phones
  20. and tablets such as Droid 4.