diff options
author | Murali Karicheri <mkaricheri@gmail.com> | 2010-06-12 08:16:02 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-02 14:30:50 -0400 |
commit | 2b5e45cdf9ffe53bf49d78414a9b36bb527fafe8 (patch) | |
tree | 9ef5b3958e8ac3d016f8714d10ec26f8d5de6ab8 /drivers/media/video/Kconfig | |
parent | 540069010decbf1723494fea5e6896debe4b5891 (diff) |
V4L/DVB: vpif: removing VPIF config variables
The Kconfig variables are moved to video/davinci/Kconfig through another
patch and these are to be therefore removed
Signed-off-by: Muralidharan Karicheri <mkaricheri@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 280e76af6daa..11c256ba0395 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -517,19 +517,6 @@ config VIDEO_UPD64083 | |||
517 | 517 | ||
518 | endmenu # encoder / decoder chips | 518 | endmenu # encoder / decoder chips |
519 | 519 | ||
520 | config DISPLAY_DAVINCI_DM646X_EVM | ||
521 | tristate "DM646x EVM Video Display" | ||
522 | depends on VIDEO_DEV && MACH_DAVINCI_DM6467_EVM | ||
523 | select VIDEOBUF_DMA_CONTIG | ||
524 | select VIDEO_DAVINCI_VPIF | ||
525 | select VIDEO_ADV7343 | ||
526 | select VIDEO_THS7303 | ||
527 | help | ||
528 | Support for DM6467 based display device. | ||
529 | |||
530 | To compile this driver as a module, choose M here: the | ||
531 | module will be called vpif_display. | ||
532 | |||
533 | config VIDEO_SH_VOU | 520 | config VIDEO_SH_VOU |
534 | tristate "SuperH VOU video output driver" | 521 | tristate "SuperH VOU video output driver" |
535 | depends on VIDEO_DEV && ARCH_SHMOBILE | 522 | depends on VIDEO_DEV && ARCH_SHMOBILE |
@@ -537,26 +524,6 @@ config VIDEO_SH_VOU | |||
537 | help | 524 | help |
538 | Support for the Video Output Unit (VOU) on SuperH SoCs. | 525 | Support for the Video Output Unit (VOU) on SuperH SoCs. |
539 | 526 | ||
540 | config CAPTURE_DAVINCI_DM646X_EVM | ||
541 | tristate "DM646x EVM Video Capture" | ||
542 | depends on VIDEO_DEV && MACH_DAVINCI_DM6467_EVM | ||
543 | select VIDEOBUF_DMA_CONTIG | ||
544 | select VIDEO_DAVINCI_VPIF | ||
545 | help | ||
546 | Support for DM6467 based capture device. | ||
547 | |||
548 | To compile this driver as a module, choose M here: the | ||
549 | module will be called vpif_capture. | ||
550 | |||
551 | config VIDEO_DAVINCI_VPIF | ||
552 | tristate "DaVinci VPIF Driver" | ||
553 | depends on DISPLAY_DAVINCI_DM646X_EVM | ||
554 | help | ||
555 | Support for DaVinci VPIF Driver. | ||
556 | |||
557 | To compile this driver as a module, choose M here: the | ||
558 | module will be called vpif. | ||
559 | |||
560 | config VIDEO_VIVI | 527 | config VIDEO_VIVI |
561 | tristate "Virtual Video Driver" | 528 | tristate "Virtual Video Driver" |
562 | depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64 | 529 | depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64 |