mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-25 07:26:26 +07:00
c8b427edc7
Add driver for the Cadence SD0801 "Torrent" PHY used with the Cadence MHDP DisplayPort Tx controller. Integration with the MHDP driver will be the subject of another commit. Signed-off-by: Scott Telford <stelford@cadence.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
11 lines
235 B
Plaintext
11 lines
235 B
Plaintext
#
|
|
# 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.
|