# SPDX-License-Identifier: GPL-2.0-only # # Phy drivers for Mediatek devices # config [31mCONFIG_PHY_MTK_TPHY[0m tristate "MediaTek T-PHY Driver" depends on [31mCONFIG_ARCH_MEDIATEK[0m && [31mCONFIG_OF[0m select [31mCONFIG_GENERIC_PHY[0m help Say 'Y' here to add support for MediaTek T-PHY driver, it supports multiple usb2.0, usb3.0 ports, PCIe and SATA, and meanwhile supports two version T-PHY which have different banks layout, the T-PHY with shared banks between multi-ports is first version, otherwise is second veriosn, so you can easily distinguish them by banks layout. config [31mCONFIG_PHY_MTK_UFS[0m tristate "MediaTek UFS M-PHY driver" depends on [31mCONFIG_ARCH_MEDIATEK[0m && [31mCONFIG_OF[0m select [31mCONFIG_GENERIC_PHY[0m help Support for UFS [31mCONFIG_M[0m-PHY on MediaTek chipsets. Enable this to provide vendor-specific probing, initialization, power on and power off flow of specified [31mCONFIG_M[0m-PHYs. config [31mCONFIG_PHY_MTK_XSPHY[0m tristate "MediaTek XS-PHY Driver" depends on [31mCONFIG_ARCH_MEDIATEK[0m && [31mCONFIG_OF[0m select [31mCONFIG_GENERIC_PHY[0m help Enable this to support the SuperSpeedPlus XS-PHY transceiver for USB3.1 GEN2 controllers on MediaTek chips. The driver supports multiple USB2.0, USB3.1 GEN2 ports. |