mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 01:45:20 +07:00
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.
|