Kconfig (c13aca79ff3c4af5fd31a5b2743a90eba6e36a26) Kconfig (208d3423ee463ab257908456f6bbca4024ab63f7)
1#
2# Phy drivers for Motorola devices
3#
4config PHY_CPCAP_USB
5 tristate "CPCAP PMIC USB PHY driver"
6 depends on USB_SUPPORT && IIO
7 depends on USB_MUSB_HDRC || USB_MUSB_HDRC=n
8 select GENERIC_PHY
9 select USB_PHY
10 help
11 Enable this for USB to work on Motorola phones and tablets
12 such as Droid 4.
13
14config PHY_MAPPHONE_MDM6600
15 tristate "Motorola Mapphone MDM6600 modem USB PHY driver"
1#
2# Phy drivers for Motorola devices
3#
4config PHY_CPCAP_USB
5 tristate "CPCAP PMIC USB PHY driver"
6 depends on USB_SUPPORT && IIO
7 depends on USB_MUSB_HDRC || USB_MUSB_HDRC=n
8 select GENERIC_PHY
9 select USB_PHY
10 help
11 Enable this for USB to work on Motorola phones and tablets
12 such as Droid 4.
13
14config PHY_MAPPHONE_MDM6600
15 tristate "Motorola Mapphone MDM6600 modem USB PHY driver"
16 depends on OF && USB_SUPPORT
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.
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.