blob: 57fff7de4031d2f69757d3113e2cccbd2c3d54c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#
# Phy driver for Cadence MHDP DisplayPort controller
#
config PHY_CADENCE_DP
tristate "Cadence MHDP DisplayPort PHY driver"
depends on OF
depends on HAS_IOMEM
select GENERIC_PHY
help
Support for Cadence MHDP DisplayPort PHY.
|