22 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Phy drivers for Motorola devices4#5config PHY_CPCAP_USB6 tristate "CPCAP PMIC USB PHY driver"7 depends on USB_SUPPORT && IIO8 depends on USB_MUSB_HDRC || USB_MUSB_HDRC=n9 select GENERIC_PHY10 select USB_PHY11 help12 Enable this for USB to work on Motorola phones and tablets13 such as Droid 4.14 15config PHY_MAPPHONE_MDM660016 tristate "Motorola Mapphone MDM6600 modem USB PHY driver"17 depends on OF && USB_SUPPORT && GPIOLIB18 select GENERIC_PHY19 help20 Enable this for MDM6600 USB modem to work on Motorola phones21 and tablets such as Droid 4.22