2017-05-23 02:37:23 +02:00
|
|
|
#
|
|
|
|
# Phy drivers for Motorola devices
|
|
|
|
#
|
|
|
|
config PHY_CPCAP_USB
|
|
|
|
tristate "CPCAP PMIC USB PHY driver"
|
|
|
|
depends on USB_SUPPORT && IIO
|
2017-06-09 12:16:40 +02:00
|
|
|
depends on USB_MUSB_HDRC || USB_MUSB_HDRC=n
|
2017-05-23 02:37:23 +02:00
|
|
|
select GENERIC_PHY
|
|
|
|
select USB_PHY
|
|
|
|
help
|
|
|
|
Enable this for USB to work on Motorola phones and tablets
|
|
|
|
such as Droid 4.
|
2018-03-09 03:37:50 +01:00
|
|
|
|
|
|
|
config PHY_MAPPHONE_MDM6600
|
|
|
|
tristate "Motorola Mapphone MDM6600 modem USB PHY driver"
|
|
|
|
depends on OF && USB_SUPPORT
|
|
|
|
select GENERIC_PHY
|
|
|
|
help
|
|
|
|
Enable this for MDM6600 USB modem to work on Motorola phones
|
|
|
|
and tablets such as Droid 4.
|