mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
9c8af882bf
This patch adds a driver for the Analog Devices adv7511. The adv7511 is a standalone HDMI transmitter chip. It features a HDMI output interface on one end and video and audio input interfaces on the other. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
13 lines
294 B
Makefile
13 lines
294 B
Makefile
ccflags-y := -Iinclude/drm
|
|
|
|
obj-$(CONFIG_DRM_I2C_ADV7511) += adv7511.o
|
|
|
|
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
|
|
|
|
tda998x-y := tda998x_drv.o
|
|
obj-$(CONFIG_DRM_I2C_NXP_TDA998X) += tda998x.o
|