summaryrefslogtreecommitdiff
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorScott Telford <stelford@cadence.com>2018-08-09 13:30:30 +0300
committerKishon Vijay Abraham I <kishon@ti.com>2018-09-10 11:55:44 +0300
commitc8b427edc7378fa540a03d44ed61eb49cb7f64bc (patch)
treec4f4c44da1c201dcbb01efcb0fb76184a991fcf3 /drivers/phy/Kconfig
parent7effc8ba3e831b740b792093be8765290e49c0c8 (diff)
downloadlinux-c8b427edc7378fa540a03d44ed61eb49cb7f64bc.tar.xz
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/Kconfig')
-rw-r--r--drivers/phy/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index 5c8d452e35e2..cc47f8508850 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -43,6 +43,7 @@ config PHY_XGENE
source "drivers/phy/allwinner/Kconfig"
source "drivers/phy/amlogic/Kconfig"
source "drivers/phy/broadcom/Kconfig"
+source "drivers/phy/cadence/Kconfig"
source "drivers/phy/hisilicon/Kconfig"
source "drivers/phy/lantiq/Kconfig"
source "drivers/phy/marvell/Kconfig"