summaryrefslogtreecommitdiff
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r--drivers/phy/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index 0263db2ac874..37cdaac7890c 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -49,6 +49,16 @@ config PHY_XGENE
help
This option enables support for APM X-Gene SoC multi-purpose PHY.
+config PHY_MIXEL_LVDS
+ tristate "MIXEL LVDS PHY support"
+ depends on OF
+ select GENERIC_PHY
+
+config PHY_MIXEL_LVDS_COMBO
+ tristate "MIXEL LVDS PHY(LVDS+MIPI DSI combo PHY) support"
+ depends on OF
+ select GENERIC_PHY
+
source "drivers/phy/allwinner/Kconfig"
source "drivers/phy/amlogic/Kconfig"
source "drivers/phy/broadcom/Kconfig"