e190bfe568
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>
8 lines
175 B
Makefile
8 lines
175 B
Makefile
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
|