diff options
author | Chaithrika U S <chaithrika@ti.com> | 2009-06-09 05:38:58 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-18 23:18:05 -0400 |
commit | e9f4bb559c39cd85ef5365fa50e1893df4b67b96 (patch) | |
tree | 4d0f3f54b9a44da1043b077e32709edc92f54893 /drivers/media/video/Kconfig | |
parent | e7332e3a552f6e18b39f5b77ce964818d10c9743 (diff) |
V4L/DVB (12177): dm646x: Add an entry for dm646x EVM card at building system
Makefile and Kconfig changes for DM646x Video Display device, using
davinci/vpif, adv7343 and ths7303 drivers.
Signed-off-by: Manjunath Hadli <mrh@ti.com>
Signed-off-by: Brijesh Jadav <brijesh.j@ti.com>
Signed-off-by: Chaithrika U S <chaithrika@ti.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index e01b759faf5c..df20283151c8 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -493,6 +493,28 @@ config VIDEO_UPD64083 | |||
493 | 493 | ||
494 | endmenu # encoder / decoder chips | 494 | endmenu # encoder / decoder chips |
495 | 495 | ||
496 | config DISPLAY_DAVINCI_DM646X_EVM | ||
497 | tristate "DM646x EVM Video Display" | ||
498 | depends on VIDEO_DEV && MACH_DAVINCI_DM6467_EVM | ||
499 | select VIDEOBUF_DMA_CONTIG | ||
500 | select VIDEO_DAVINCI_VPIF | ||
501 | select VIDEO_ADV7343 | ||
502 | select VIDEO_THS7303 | ||
503 | help | ||
504 | Support for DaVinci based display device. | ||
505 | |||
506 | To compile this driver as a module, choose M here: the | ||
507 | module will be called davincihd_display. | ||
508 | |||
509 | config VIDEO_DAVINCI_VPIF | ||
510 | tristate "DaVinci VPIF Driver" | ||
511 | depends on DISPLAY_DAVINCI_DM646X_EVM | ||
512 | help | ||
513 | Support for DaVinci VPIF Driver. | ||
514 | |||
515 | To compile this driver as a module, choose M here: the | ||
516 | module will be called vpif. | ||
517 | |||
496 | config VIDEO_VIVI | 518 | config VIDEO_VIVI |
497 | tristate "Virtual Video Driver" | 519 | tristate "Virtual Video Driver" |
498 | depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64 | 520 | depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64 |