diff options
author | Richard Röjfors <richard.rojfors@pelagicore.com> | 2010-11-08 08:45:44 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-29 05:16:46 -0500 |
commit | 9eae42e5a216059a146b3fbbe24b4fdc0b10c723 (patch) | |
tree | 7c06b8dd7b579deb86ffa249ec4b6a3e372fcbf7 /drivers/media/video/Kconfig | |
parent | 36d89f7de4a4937848de86d9b35cb03a9f0357e1 (diff) |
[media] media: Add timberdale video-in driver
This patch adds the timberdale video-in driver.
The video IP of timberdale delivers the video data via DMA.
The driver uses the DMA api to handle DMA transfers, and make use
of the V4L2 video buffers to handle buffers against user space.
If available the driver uses an encoder to get/set the video standard
Signed-off-by: Richard Röjfors <richard.rojfors@pelagicore.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 22feac4d1e8f..73962d601bf3 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -666,6 +666,15 @@ config VIDEO_HEXIUM_GEMINI | |||
666 | To compile this driver as a module, choose M here: the | 666 | To compile this driver as a module, choose M here: the |
667 | module will be called hexium_gemini. | 667 | module will be called hexium_gemini. |
668 | 668 | ||
669 | config VIDEO_TIMBERDALE | ||
670 | tristate "Support for timberdale Video In/LogiWIN" | ||
671 | depends on VIDEO_V4L2 && I2C | ||
672 | select TIMB_DMA | ||
673 | select VIDEO_ADV7180 | ||
674 | select VIDEOBUF_DMA_CONTIG | ||
675 | ---help--- | ||
676 | Add support for the Video In peripherial of the timberdale FPGA. | ||
677 | |||
669 | source "drivers/media/video/cx88/Kconfig" | 678 | source "drivers/media/video/cx88/Kconfig" |
670 | 679 | ||
671 | source "drivers/media/video/cx23885/Kconfig" | 680 | source "drivers/media/video/cx23885/Kconfig" |