xref: /linux/drivers/phy/motorola/Kconfig (revision 5d1ebbda0318b1ba55eaa1fae3fd867af17b0774)
16d6ce40fSTony Lindgren#
26d6ce40fSTony Lindgren# Phy drivers for Motorola devices
36d6ce40fSTony Lindgren#
46d6ce40fSTony Lindgrenconfig PHY_CPCAP_USB
56d6ce40fSTony Lindgren	tristate "CPCAP PMIC USB PHY driver"
66d6ce40fSTony Lindgren	depends on USB_SUPPORT && IIO
7d05c07c6SArnd Bergmann	depends on USB_MUSB_HDRC || USB_MUSB_HDRC=n
86d6ce40fSTony Lindgren	select GENERIC_PHY
96d6ce40fSTony Lindgren	select USB_PHY
106d6ce40fSTony Lindgren	help
116d6ce40fSTony Lindgren	  Enable this for USB to work on Motorola phones and tablets
126d6ce40fSTony Lindgren	  such as Droid 4.
13*5d1ebbdaSTony Lindgren
14*5d1ebbdaSTony Lindgrenconfig PHY_MAPPHONE_MDM6600
15*5d1ebbdaSTony Lindgren	tristate "Motorola Mapphone MDM6600 modem USB PHY driver"
16*5d1ebbdaSTony Lindgren	depends on OF && USB_SUPPORT
17*5d1ebbdaSTony Lindgren	select GENERIC_PHY
18*5d1ebbdaSTony Lindgren	help
19*5d1ebbdaSTony Lindgren	  Enable this for MDM6600 USB modem to work on Motorola phones
20*5d1ebbdaSTony Lindgren	  and tablets such as Droid 4.
21