# SPDX-License-Identifier: GPL-2.0-only # # Phy drivers for Motorola devices # config [31mCONFIG_PHY_CPCAP_USB[0m tristate "CPCAP PMIC USB PHY driver" depends on [31mCONFIG_USB_SUPPORT[0m && [31mCONFIG_IIO[0m depends on [31mCONFIG_USB_MUSB_HDRC[0m || [31mCONFIG_USB_MUSB_HDRC[0m=n select [31mCONFIG_GENERIC_PHY[0m select [31mCONFIG_USB_PHY[0m help Enable this for [31mCONFIG_USB[0m to work on Motorola phones and tablets such as Droid 4. config [31mCONFIG_PHY_MAPPHONE_MDM6600[0m tristate "Motorola Mapphone MDM6600 modem USB PHY driver" depends on [31mCONFIG_OF[0m && [31mCONFIG_USB_SUPPORT[0m && [31mCONFIG_GPIOLIB[0m select [31mCONFIG_GENERIC_PHY[0m help Enable this for MDM6600 [31mCONFIG_USB[0m modem to work on Motorola phones and tablets such as Droid 4. |