summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i2c/Makefile
diff options
context:
space:
mode:
authorFrancisco Jerez <currojerez@riseup.net>2010-07-22 17:06:18 +0200
committerDave Airlie <airlied@redhat.com>2010-08-02 10:21:13 +1000
commite190bfe56841551b1ad5abb42ebd0c4798cc8c01 (patch)
tree5a4759222056f95e0ffb085b267f8edb949579d4 /drivers/gpu/drm/i2c/Makefile
parenta7b98b6748efdddd832b39662801c9f828df1813 (diff)
drm: Import driver for the sil164 I2C TMDS transmitter.
sil164 transmitters are used for DVI outputs on Intel/nvidia and ATI setups. So far only nouveau can use this driver. Signed-off-by: Francisco Jerez <currojerez@riseup.net> Tested-by: Patrice Mandin <patmandin@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/i2c/Makefile')
-rw-r--r--drivers/gpu/drm/i2c/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i2c/Makefile b/drivers/gpu/drm/i2c/Makefile
index 6d2abaf35ba2..92862563e7ee 100644
--- a/drivers/gpu/drm/i2c/Makefile
+++ b/drivers/gpu/drm/i2c/Makefile
@@ -2,3 +2,6 @@ ccflags-y := -Iinclude/drm
ch7006-y := ch7006_drv.o ch7006_mode.o
obj-$(CONFIG_DRM_I2C_CH7006) += ch7006.o
+
+sil164-y := sil164_drv.o
+obj-$(CONFIG_DRM_I2C_SIL164) += sil164.o