summaryrefslogtreecommitdiffstats
path: root/drivers/phy/Makefile
diff options
context:
space:
mode:
authorSylwester Nawrocki2013-10-16 18:28:10 +0200
committerGreg Kroah-Hartman2013-10-16 22:48:08 +0200
commit069d2e26e9d64ba7e04c2c255efdfd1238789ca6 (patch)
tree2c21fb5f712d26a8980dfe3329b42f5f47e853e7 /drivers/phy/Makefile
parentusb: hub: Clear Port Reset Change during init/resume (diff)
downloadkernel-qcow2-linux-069d2e26e9d64ba7e04c2c255efdfd1238789ca6.tar.gz
kernel-qcow2-linux-069d2e26e9d64ba7e04c2c255efdfd1238789ca6.tar.xz
kernel-qcow2-linux-069d2e26e9d64ba7e04c2c255efdfd1238789ca6.zip
phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs
Add a PHY provider driver for the Samsung S5P/Exynos SoC MIPI CSI-2 receiver and MIPI DSI transmitter DPHYs. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/phy/Makefile')
-rw-r--r--drivers/phy/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile
index 0dd8a9834548..6344053661f4 100644
--- a/drivers/phy/Makefile
+++ b/drivers/phy/Makefile
@@ -2,6 +2,7 @@
# Makefile for the phy drivers.
#
-obj-$(CONFIG_GENERIC_PHY) += phy-core.o
-obj-$(CONFIG_OMAP_USB2) += phy-omap-usb2.o
-obj-$(CONFIG_TWL4030_USB) += phy-twl4030-usb.o
+obj-$(CONFIG_GENERIC_PHY) += phy-core.o
+obj-$(CONFIG_PHY_EXYNOS_MIPI_VIDEO) += phy-exynos-mipi-video.o
+obj-$(CONFIG_OMAP_USB2) += phy-omap-usb2.o
+obj-$(CONFIG_TWL4030_USB) += phy-twl4030-usb.o