]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/phy/Kconfig
arm: dts: tx6: add some aliases and a label for backlight@0
[karo-tx-linux.git] / drivers / phy / Kconfig
index ac239aca77ec6c61edf520e2c26ad3c98313b1fa..a344f3d52361f0eed4d2a0d1fdc81a957e3a7967 100644 (file)
@@ -15,6 +15,12 @@ config GENERIC_PHY
          phy users can obtain reference to the PHY. All the users of this
          framework should select this config.
 
+config PHY_EXYNOS_MIPI_VIDEO
+       tristate "S5P/EXYNOS SoC series MIPI CSI-2/DSI PHY driver"
+       help
+         Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P
+         and EXYNOS SoCs.
+
 config OMAP_USB2
        tristate "OMAP USB2 PHY Driver"
        depends on ARCH_OMAP2PLUS
@@ -38,4 +44,11 @@ config TWL4030_USB
          This transceiver supports high and full speed devices plus,
          in host mode, low speed.
 
+config PHY_EXYNOS_DP_VIDEO
+       tristate "EXYNOS SoC series Display Port PHY driver"
+       depends on OF
+       select GENERIC_PHY
+       help
+         Support for Display Port PHY found on Samsung EXYNOS SoCs.
+
 endmenu