diff options
| author | Neil Armstrong <[email protected]> | 2020-12-29 14:59:00 +0100 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2021-02-10 10:00:51 +0100 |
| commit | 7ef19503bacf4681a7c8a3025ccbec0944a4b70b (patch) | |
| tree | 7ef86496ba22d641df18685dd27c3a8cf6f691e1 /drivers/phy/Kconfig | |
| parent | f8da8a82c5761890ec8578a19f51508f0ead4a1b (diff) | |
phy: Add Amlogic AXG MIPI D-PHY driver
The Amlogic AXG SoCs embeds a MIPI D-PHY used to communicate with DSI
panels.
This D-PHY depends on a separate analog PHY.
Signed-off-by:Neil Armstrong <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'drivers/phy/Kconfig')
| -rw-r--r-- | drivers/phy/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 425737cb394..95050c188cb 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -196,6 +196,15 @@ config MESON_G12A_USB_PHY This is the generic phy driver for the Amlogic Meson G12A USB2 and USB3 PHYS. +config MESON_AXG_MIPI_DPHY + bool "Amlogic Meson AXG MIPI D-PHY" + depends on PHY && ARCH_MESON && MESON_AXG + select MIPI_DPHY_HELPERS + imply REGMAP + help + This is the generic phy driver for the Amlogic Meson AXG + MIPI D-PHY. + config MSM8916_USB_PHY bool "Qualcomm MSM8916 USB PHY support" depends on PHY |
