1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Phy drivers for Motorola devices
4#
5config 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
15config PHY_MAPPHONE_MDM6600
16	tristate "Motorola Mapphone MDM6600 modem USB PHY driver"
17	depends on OF && USB_SUPPORT && GPIOLIB
18	select GENERIC_PHY
19	help
20	  Enable this for MDM6600 USB modem to work on Motorola phones
21	  and tablets such as Droid 4.
22