]> 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 38c3477ead4c1386a6b97732e14cf15becb481b1..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
@@ -27,4 +33,22 @@ config OMAP_USB2
          The USB OTG controller communicates with the comparator using this
          driver.
 
+config TWL4030_USB
+       tristate "TWL4030 USB Transceiver Driver"
+       depends on TWL4030_CORE && REGULATOR_TWL4030 && USB_MUSB_OMAP2PLUS
+       select GENERIC_PHY
+       select USB_PHY
+       help
+         Enable this to support the USB OTG transceiver on TWL4030
+         family chips (including the TWL5030 and TPS659x0 devices).
+         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