diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2011-09-30 08:06:11 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-08 08:48:25 -0500 |
commit | 9fa0b852e1e3c0f6abbff4e34896aabc6a555df8 (patch) | |
tree | 9df70dfdc0fc19c3ed3af2dafbb437d08d1fb47b /drivers/media/video/Kconfig | |
parent | 053fed7ef91206b371afbd8cb3e8cd1f27ca8bd3 (diff) |
[media] V4L menu: move all platform drivers to the bottom of the menu
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 106 |
1 files changed, 55 insertions, 51 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 988823ba20b3..717a881e704a 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -653,25 +653,6 @@ config USB_S2255 | |||
653 | 653 | ||
654 | endif # V4L_USB_DRIVERS | 654 | endif # V4L_USB_DRIVERS |
655 | 655 | ||
656 | config VIDEO_SH_VOU | ||
657 | tristate "SuperH VOU video output driver" | ||
658 | depends on VIDEO_DEV && ARCH_SHMOBILE | ||
659 | select VIDEOBUF_DMA_CONTIG | ||
660 | help | ||
661 | Support for the Video Output Unit (VOU) on SuperH SoCs. | ||
662 | |||
663 | config VIDEO_VIU | ||
664 | tristate "Freescale VIU Video Driver" | ||
665 | depends on VIDEO_V4L2 && PPC_MPC512x | ||
666 | select VIDEOBUF_DMA_CONTIG | ||
667 | default y | ||
668 | ---help--- | ||
669 | Support for Freescale VIU video driver. This device captures | ||
670 | video data, or overlays video on DIU frame buffer. | ||
671 | |||
672 | Say Y here if you want to enable VIU device on MPC5121e Rev2+. | ||
673 | In doubt, say N. | ||
674 | |||
675 | config VIDEO_VIVI | 656 | config VIDEO_VIVI |
676 | tristate "Virtual Video Driver" | 657 | tristate "Virtual Video Driver" |
677 | depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64 | 658 | depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64 |
@@ -686,22 +667,10 @@ config VIDEO_VIVI | |||
686 | Say Y here if you want to test video apps or debug V4L devices. | 667 | Say Y here if you want to test video apps or debug V4L devices. |
687 | In doubt, say N. | 668 | In doubt, say N. |
688 | 669 | ||
689 | source "drivers/media/video/davinci/Kconfig" | ||
690 | |||
691 | source "drivers/media/video/omap/Kconfig" | ||
692 | |||
693 | source "drivers/media/video/bt8xx/Kconfig" | 670 | source "drivers/media/video/bt8xx/Kconfig" |
694 | 671 | ||
695 | source "drivers/media/video/cpia2/Kconfig" | 672 | source "drivers/media/video/cpia2/Kconfig" |
696 | 673 | ||
697 | config VIDEO_VINO | ||
698 | tristate "SGI Vino Video For Linux" | ||
699 | depends on I2C && SGI_IP22 && VIDEO_V4L2 | ||
700 | select VIDEO_SAA7191 if VIDEO_HELPER_CHIPS_AUTO | ||
701 | help | ||
702 | Say Y here to build in support for the Vino video input system found | ||
703 | on SGI Indy machines. | ||
704 | |||
705 | source "drivers/media/video/zoran/Kconfig" | 674 | source "drivers/media/video/zoran/Kconfig" |
706 | 675 | ||
707 | config VIDEO_MEYE | 676 | config VIDEO_MEYE |
@@ -759,16 +728,6 @@ config VIDEO_HEXIUM_GEMINI | |||
759 | To compile this driver as a module, choose M here: the | 728 | To compile this driver as a module, choose M here: the |
760 | module will be called hexium_gemini. | 729 | module will be called hexium_gemini. |
761 | 730 | ||
762 | config VIDEO_TIMBERDALE | ||
763 | tristate "Support for timberdale Video In/LogiWIN" | ||
764 | depends on VIDEO_V4L2 && I2C && DMADEVICES | ||
765 | select DMA_ENGINE | ||
766 | select TIMB_DMA | ||
767 | select VIDEO_ADV7180 | ||
768 | select VIDEOBUF_DMA_CONTIG | ||
769 | ---help--- | ||
770 | Add support for the Video In peripherial of the timberdale FPGA. | ||
771 | |||
772 | source "drivers/media/video/cx88/Kconfig" | 731 | source "drivers/media/video/cx88/Kconfig" |
773 | 732 | ||
774 | source "drivers/media/video/cx23885/Kconfig" | 733 | source "drivers/media/video/cx23885/Kconfig" |
@@ -844,6 +803,61 @@ endif # V4L_ISA_PARPORT_DRIVERS | |||
844 | 803 | ||
845 | source "drivers/media/video/marvell-ccic/Kconfig" | 804 | source "drivers/media/video/marvell-ccic/Kconfig" |
846 | 805 | ||
806 | config VIDEO_VIA_CAMERA | ||
807 | tristate "VIAFB camera controller support" | ||
808 | depends on FB_VIA | ||
809 | select VIDEOBUF_DMA_SG | ||
810 | select VIDEO_OV7670 | ||
811 | help | ||
812 | Driver support for the integrated camera controller in VIA | ||
813 | Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems | ||
814 | with ov7670 sensors. | ||
815 | |||
816 | # | ||
817 | # Platform multimedia device configuration | ||
818 | # | ||
819 | |||
820 | source "drivers/media/video/davinci/Kconfig" | ||
821 | |||
822 | source "drivers/media/video/omap/Kconfig" | ||
823 | |||
824 | config VIDEO_SH_VOU | ||
825 | tristate "SuperH VOU video output driver" | ||
826 | depends on VIDEO_DEV && ARCH_SHMOBILE | ||
827 | select VIDEOBUF_DMA_CONTIG | ||
828 | help | ||
829 | Support for the Video Output Unit (VOU) on SuperH SoCs. | ||
830 | |||
831 | config VIDEO_VIU | ||
832 | tristate "Freescale VIU Video Driver" | ||
833 | depends on VIDEO_V4L2 && PPC_MPC512x | ||
834 | select VIDEOBUF_DMA_CONTIG | ||
835 | default y | ||
836 | ---help--- | ||
837 | Support for Freescale VIU video driver. This device captures | ||
838 | video data, or overlays video on DIU frame buffer. | ||
839 | |||
840 | Say Y here if you want to enable VIU device on MPC5121e Rev2+. | ||
841 | In doubt, say N. | ||
842 | |||
843 | config VIDEO_TIMBERDALE | ||
844 | tristate "Support for timberdale Video In/LogiWIN" | ||
845 | depends on VIDEO_V4L2 && I2C && DMADEVICES | ||
846 | select DMA_ENGINE | ||
847 | select TIMB_DMA | ||
848 | select VIDEO_ADV7180 | ||
849 | select VIDEOBUF_DMA_CONTIG | ||
850 | ---help--- | ||
851 | Add support for the Video In peripherial of the timberdale FPGA. | ||
852 | |||
853 | config VIDEO_VINO | ||
854 | tristate "SGI Vino Video For Linux" | ||
855 | depends on I2C && SGI_IP22 && VIDEO_V4L2 | ||
856 | select VIDEO_SAA7191 if VIDEO_HELPER_CHIPS_AUTO | ||
857 | help | ||
858 | Say Y here to build in support for the Vino video input system found | ||
859 | on SGI Indy machines. | ||
860 | |||
847 | config VIDEO_M32R_AR | 861 | config VIDEO_M32R_AR |
848 | tristate "AR devices" | 862 | tristate "AR devices" |
849 | depends on M32R && VIDEO_V4L2 | 863 | depends on M32R && VIDEO_V4L2 |
@@ -863,16 +877,6 @@ config VIDEO_M32R_AR_M64278 | |||
863 | To compile this driver as a module, choose M here: the | 877 | To compile this driver as a module, choose M here: the |
864 | module will be called arv. | 878 | module will be called arv. |
865 | 879 | ||
866 | config VIDEO_VIA_CAMERA | ||
867 | tristate "VIAFB camera controller support" | ||
868 | depends on FB_VIA | ||
869 | select VIDEOBUF_DMA_SG | ||
870 | select VIDEO_OV7670 | ||
871 | help | ||
872 | Driver support for the integrated camera controller in VIA | ||
873 | Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems | ||
874 | with ov7670 sensors. | ||
875 | |||
876 | config VIDEO_OMAP3 | 880 | config VIDEO_OMAP3 |
877 | tristate "OMAP 3 Camera support (EXPERIMENTAL)" | 881 | tristate "OMAP 3 Camera support (EXPERIMENTAL)" |
878 | depends on OMAP_IOVMM && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3 && EXPERIMENTAL | 882 | depends on OMAP_IOVMM && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3 && EXPERIMENTAL |