mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
90374b5c25
The R8A7790 includes two internal LVDS encoders. Support them in the DU driver. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
13 lines
283 B
Makefile
13 lines
283 B
Makefile
rcar-du-drm-y := rcar_du_crtc.o \
|
|
rcar_du_drv.o \
|
|
rcar_du_encoder.o \
|
|
rcar_du_group.o \
|
|
rcar_du_kms.o \
|
|
rcar_du_lvdscon.o \
|
|
rcar_du_plane.o \
|
|
rcar_du_vgacon.o
|
|
|
|
rcar-du-drm-$(CONFIG_DRM_RCAR_LVDS) += rcar_du_lvdsenc.o
|
|
|
|
obj-$(CONFIG_DRM_RCAR_DU) += rcar-du-drm.o
|