diff options
| author | Liviu Dudau <[email protected]> | 2018-09-28 13:49:31 +0100 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2018-09-28 18:44:50 +0200 |
| commit | 055da186a1d83d7d73d6d5b08b23957d3fa3df9f (patch) | |
| tree | 16525c27bdf37199e6b69261e402d8afe7661538 /drivers/video/Makefile | |
| parent | cc0dae08c69a0a2a1772d8358e20020d2829910a (diff) | |
video: Add support for NXP's TDA19988 HDMI encoder
Add support for the NXP TDA19988 HDMI encoder as used on the Juno
development board from Arm.
Signed-off-by: Liviu Dudau <[email protected]>
Diffstat (limited to 'drivers/video/Makefile')
| -rw-r--r-- | drivers/video/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index b31017e436d..6f226576547 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile @@ -32,6 +32,7 @@ obj-$(CONFIG_IHS_VIDEO_OUT) += ihs_video_out.o obj-$(CONFIG_LD9040) += ld9040.o obj-$(CONFIG_LG4573) += lg4573.o obj-$(CONFIG_LOGICORE_DP_TX) += logicore_dp_tx.o +obj-$(CONFIG_NXP_TDA19988) += tda19988.o obj-$(CONFIG_OSD) += video_osd-uclass.o obj-$(CONFIG_PXA_LCD) += pxa_lcd.o obj-$(CONFIG_SANDBOX_OSD) += sandbox_osd.o |
