# SPDX-License-Identifier: GPL-2.0-only # # Phy drivers for Rockchip platforms # config [31mCONFIG_PHY_ROCKCHIP_DP[0m tristate "Rockchip Display Port PHY Driver" depends on [31mCONFIG_ARCH_ROCKCHIP[0m && [31mCONFIG_OF[0m select [31mCONFIG_GENERIC_PHY[0m help Enable this to support the Rockchip Display Port PHY. config [31mCONFIG_PHY_ROCKCHIP_EMMC[0m tristate "Rockchip EMMC PHY Driver" depends on [31mCONFIG_ARCH_ROCKCHIP[0m && [31mCONFIG_OF[0m select [31mCONFIG_GENERIC_PHY[0m help Enable this to support the Rockchip EMMC PHY. config [31mCONFIG_PHY_ROCKCHIP_INNO_HDMI[0m tristate "Rockchip INNO HDMI PHY Driver" depends on ([31mCONFIG_ARCH_ROCKCHIP[0m || [31mCONFIG_COMPILE_TEST[0m) && [31mCONFIG_OF[0m depends on [31mCONFIG_COMMON_CLK[0m select [31mCONFIG_GENERIC_PHY[0m help Enable this to support the Rockchip Innosilicon [31mCONFIG_HDMI[0m PHY. config [31mCONFIG_PHY_ROCKCHIP_INNO_USB2[0m tristate "Rockchip INNO USB2PHY Driver" depends on ([31mCONFIG_ARCH_ROCKCHIP[0m || [31mCONFIG_COMPILE_TEST[0m) && [31mCONFIG_OF[0m depends on [31mCONFIG_COMMON_CLK[0m depends on [31mCONFIG_EXTCON[0m depends on [31mCONFIG_USB_SUPPORT[0m select [31mCONFIG_GENERIC_PHY[0m select [31mCONFIG_USB_COMMON[0m help Support for Rockchip USB2.0 PHY with Innosilicon IP block. config [31mCONFIG_PHY_ROCKCHIP_PCIE[0m tristate "Rockchip PCIe PHY Driver" depends on ([31mCONFIG_ARCH_ROCKCHIP[0m && [31mCONFIG_OF[0m) || [31mCONFIG_COMPILE_TEST[0m depends on [31mCONFIG_HAS_IOMEM[0m select [31mCONFIG_GENERIC_PHY[0m select [31mCONFIG_MFD_SYSCON[0m help Enable this to support the Rockchip PCIe PHY. config [31mCONFIG_PHY_ROCKCHIP_TYPEC[0m tristate "Rockchip TYPEC PHY Driver" depends on [31mCONFIG_OF[0m && ([31mCONFIG_ARCH_ROCKCHIP[0m || [31mCONFIG_COMPILE_TEST[0m) select [31mCONFIG_EXTCON[0m select [31mCONFIG_GENERIC_PHY[0m select [31mCONFIG_RESET_CONTROLLER[0m help Enable this to support the Rockchip [31mCONFIG_USB[0m [31mCONFIG_TYPEC[0m PHY. config [31mCONFIG_PHY_ROCKCHIP_USB[0m tristate "Rockchip USB2 PHY Driver" depends on [31mCONFIG_ARCH_ROCKCHIP[0m && [31mCONFIG_OF[0m select [31mCONFIG_GENERIC_PHY[0m help Enable this to support the Rockchip [31mCONFIG_USB[0m 2.0 PHY. |