Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
#
# Phy drivers for Motorola devices
#
config CONFIG_PHY_CPCAP_USB
	tristate "CPCAP PMIC USB PHY driver"
	depends on CONFIG_USB_SUPPORT && CONFIG_IIO
	depends on CONFIG_USB_MUSB_HDRC || CONFIG_USB_MUSB_HDRC=n
	select CONFIG_GENERIC_PHY
	select CONFIG_USB_PHY
	help
	  Enable this for CONFIG_USB to work on Motorola phones and tablets
	  such as Droid 4.

config CONFIG_PHY_MAPPHONE_MDM6600
	tristate "Motorola Mapphone MDM6600 modem USB PHY driver"
	depends on CONFIG_OF && CONFIG_USB_SUPPORT && CONFIG_GPIOLIB
	select CONFIG_GENERIC_PHY
	help
	  Enable this for MDM6600 CONFIG_USB modem to work on Motorola phones
	  and tablets such as Droid 4.