1# 2# Phy drivers for Cadence PHYs 3# 4 5config PHY_CADENCE_DP 6 tristate "Cadence MHDP DisplayPort PHY driver" 7 depends on OF 8 depends on HAS_IOMEM 9 select GENERIC_PHY 10 help 11 Support for Cadence MHDP DisplayPort PHY. 12 13config PHY_CADENCE_DPHY 14 tristate "Cadence D-PHY Support" 15 depends on HAS_IOMEM && OF 16 select GENERIC_PHY 17 select GENERIC_PHY_MIPI_DPHY 18 help 19 Choose this option if you have a Cadence D-PHY in your 20 system. If M is selected, the module will be called 21 cdns-dphy. 22 23config PHY_CADENCE_SIERRA 24 tristate "Cadence Sierra PHY Driver" 25 depends on OF && HAS_IOMEM && RESET_CONTROLLER 26 select GENERIC_PHY 27 help 28 Enable this to support the Cadence Sierra PHY driver 29