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 Hisilicon platforms
#
config CONFIG_PHY_HI6220_USB
	tristate "hi6220 USB PHY support"
	depends on (CONFIG_ARCH_HISI && CONFIG_ARM64) || CONFIG_COMPILE_TEST
	depends on CONFIG_HAS_IOMEM
	select CONFIG_GENERIC_PHY
	select CONFIG_MFD_SYSCON
	help
	  Enable this to support the HISILICON HI6220 CONFIG_USB PHY.

	  To compile this driver as a module, choose CONFIG_M here.

config CONFIG_PHY_HI3660_USB
	tristate "hi3660 USB PHY support"
	depends on (CONFIG_ARCH_HISI && CONFIG_ARM64) || CONFIG_COMPILE_TEST
	select CONFIG_GENERIC_PHY
	select CONFIG_MFD_SYSCON
	help
	  Enable this to support the HISILICON HI3660 CONFIG_USB PHY.

	  To compile this driver as a module, choose CONFIG_M here.

config CONFIG_PHY_HISTB_COMBPHY
	tristate "HiSilicon STB SoCs COMBPHY support"
	depends on (CONFIG_ARCH_HISI && CONFIG_ARM64) || CONFIG_COMPILE_TEST
	select CONFIG_GENERIC_PHY
	select CONFIG_MFD_SYSCON
	help
	  Enable this to support the HISILICON STB SoCs COMBPHY.
	  If unsure, say N.

config CONFIG_PHY_HISI_INNO_USB2
       tristate "HiSilicon INNO USB2 PHY support"
       depends on (CONFIG_ARCH_HISI && CONFIG_ARM64) || CONFIG_COMPILE_TEST
       select CONFIG_GENERIC_PHY
       select CONFIG_MFD_SYSCON
       help
         Support for INNO USB2 PHY on HiSilicon SoCs. This Phy supports
         CONFIG_USB 1.5Mb/s, CONFIG_USB 12Mb/s, CONFIG_USB 480Mb/s speeds. It supports one
         CONFIG_USB host port to accept one CONFIG_USB device.

config CONFIG_PHY_HIX5HD2_SATA
	tristate "HIX5HD2 SATA PHY Driver"
	depends on CONFIG_ARCH_HIX5HD2 && CONFIG_OF && CONFIG_HAS_IOMEM
	select CONFIG_GENERIC_PHY
	select CONFIG_MFD_SYSCON
	help
	  Support for SATA PHY on Hisilicon hix5hd2 Soc.