Kconfig (2ac5e38ea4203852d6e99edd3cf11f044b0a409f) | Kconfig (44d30d622821d3bf7fa74b62e2ea62bde314ec1b) |
---|---|
1# | 1# |
2# Phy driver for Cadence MHDP DisplayPort controller | 2# Phy drivers for Cadence PHYs |
3# 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. | 3# 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. |
11 12config PHY_CADENCE_SIERRA 13 tristate "Cadence Sierra PHY Driver" 14 depends on OF && HAS_IOMEM && RESET_CONTROLLER 15 select GENERIC_PHY 16 help 17 Enable this to support the Cadence Sierra PHY driver |
|