Kconfig (3eb66e91a25497065c5322b1268cbc3953642227) | Kconfig (7a343c8bf4b5969dafc0261bd94c8375f0717e8c) |
---|---|
1# | 1# |
2# Phy driver for Cadence MHDP DisplayPort controller | 2# Phy drivers for Cadence PHYs |
3# | 3# |
4 |
|
4config PHY_CADENCE_DP 5 tristate "Cadence MHDP DisplayPort PHY driver" 6 depends on OF 7 depends on HAS_IOMEM 8 select GENERIC_PHY 9 help 10 Support for Cadence MHDP DisplayPort PHY. | 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 |
|