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 Rockchip platforms
#
config CONFIG_PHY_ROCKCHIP_DP
	tristate "Rockchip Display Port PHY Driver"
	depends on CONFIG_ARCH_ROCKCHIP && CONFIG_OF
	select CONFIG_GENERIC_PHY
	help
	  Enable this to support the Rockchip Display Port PHY.

config CONFIG_PHY_ROCKCHIP_EMMC
	tristate "Rockchip EMMC PHY Driver"
	depends on CONFIG_ARCH_ROCKCHIP && CONFIG_OF
	select CONFIG_GENERIC_PHY
	help
	  Enable this to support the Rockchip EMMC PHY.

config CONFIG_PHY_ROCKCHIP_INNO_HDMI
	tristate "Rockchip INNO HDMI PHY Driver"
	depends on (CONFIG_ARCH_ROCKCHIP || CONFIG_COMPILE_TEST) && CONFIG_OF
	depends on CONFIG_COMMON_CLK
	select CONFIG_GENERIC_PHY
	help
	  Enable this to support the Rockchip Innosilicon CONFIG_HDMI PHY.

config CONFIG_PHY_ROCKCHIP_INNO_USB2
	tristate "Rockchip INNO USB2PHY Driver"
	depends on (CONFIG_ARCH_ROCKCHIP || CONFIG_COMPILE_TEST) && CONFIG_OF
	depends on CONFIG_COMMON_CLK
	depends on CONFIG_EXTCON
	depends on CONFIG_USB_SUPPORT
	select CONFIG_GENERIC_PHY
	select CONFIG_USB_COMMON
	help
	  Support for Rockchip USB2.0 PHY with Innosilicon IP block.

config CONFIG_PHY_ROCKCHIP_PCIE
	tristate "Rockchip PCIe PHY Driver"
	depends on (CONFIG_ARCH_ROCKCHIP && CONFIG_OF) || CONFIG_COMPILE_TEST
	depends on CONFIG_HAS_IOMEM
	select CONFIG_GENERIC_PHY
	select CONFIG_MFD_SYSCON
	help
	  Enable this to support the Rockchip PCIe PHY.

config CONFIG_PHY_ROCKCHIP_TYPEC
	tristate "Rockchip TYPEC PHY Driver"
	depends on CONFIG_OF && (CONFIG_ARCH_ROCKCHIP || CONFIG_COMPILE_TEST)
	select CONFIG_EXTCON
	select CONFIG_GENERIC_PHY
	select CONFIG_RESET_CONTROLLER
	help
	  Enable this to support the Rockchip CONFIG_USB CONFIG_TYPEC PHY.

config CONFIG_PHY_ROCKCHIP_USB
	tristate "Rockchip USB2 PHY Driver"
	depends on CONFIG_ARCH_ROCKCHIP && CONFIG_OF
	select CONFIG_GENERIC_PHY
	help
	  Enable this to support the Rockchip CONFIG_USB 2.0 PHY.