diff options
author | Scott Telford <stelford@cadence.com> | 2018-08-09 11:30:30 +0100 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2018-09-10 14:25:44 +0530 |
commit | c8b427edc7378fa540a03d44ed61eb49cb7f64bc (patch) | |
tree | c4f4c44da1c201dcbb01efcb0fb76184a991fcf3 /drivers/phy/cadence/Kconfig | |
parent | 7effc8ba3e831b740b792093be8765290e49c0c8 (diff) | |
download | linux-c8b427edc7378fa540a03d44ed61eb49cb7f64bc.tar.gz |
phy: Add driver for Cadence MHDP DisplayPort SD0801 PHY
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>
Diffstat (limited to 'drivers/phy/cadence/Kconfig')
-rw-r--r-- | drivers/phy/cadence/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/phy/cadence/Kconfig b/drivers/phy/cadence/Kconfig new file mode 100644 index 000000000000..57fff7de4031 --- /dev/null +++ b/drivers/phy/cadence/Kconfig @@ -0,0 +1,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. |