# SPDX-License-Identifier: GPL-2.0-only # # Phy drivers for Cadence PHYs # config [31mCONFIG_PHY_CADENCE_DP[0m tristate "Cadence MHDP DisplayPort PHY driver" depends on [31mCONFIG_OF[0m depends on [31mCONFIG_HAS_IOMEM[0m select [31mCONFIG_GENERIC_PHY[0m help Support for Cadence MHDP DisplayPort PHY. config [31mCONFIG_PHY_CADENCE_DPHY[0m tristate "Cadence D-PHY Support" depends on [31mCONFIG_HAS_IOMEM[0m && [31mCONFIG_OF[0m select [31mCONFIG_GENERIC_PHY[0m select [31mCONFIG_GENERIC_PHY_MIPI_DPHY[0m help Choose this option if you have a Cadence [31mCONFIG_D[0m-PHY in your system. If [31mCONFIG_M[0m is selected, the module will be called cdns-dphy. config [31mCONFIG_PHY_CADENCE_SIERRA[0m tristate "Cadence Sierra PHY Driver" depends on [31mCONFIG_OF[0m && [31mCONFIG_HAS_IOMEM[0m && [31mCONFIG_RESET_CONTROLLER[0m select [31mCONFIG_GENERIC_PHY[0m help Enable this to support the Cadence Sierra PHY driver |