aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r--drivers/media/video/Kconfig36
1 files changed, 17 insertions, 19 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 6830d2848bd7..eb875af05e79 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -7,11 +7,6 @@ config VIDEO_V4L2
7 depends on VIDEO_DEV && VIDEO_V4L2_COMMON 7 depends on VIDEO_DEV && VIDEO_V4L2_COMMON
8 default VIDEO_DEV && VIDEO_V4L2_COMMON 8 default VIDEO_DEV && VIDEO_V4L2_COMMON
9 9
10config VIDEO_V4L1
11 tristate
12 depends on VIDEO_DEV && VIDEO_V4L2_COMMON && VIDEO_ALLOW_V4L1
13 default VIDEO_DEV && VIDEO_V4L2_COMMON && VIDEO_ALLOW_V4L1
14
15config VIDEOBUF_GEN 10config VIDEOBUF_GEN
16 tristate 11 tristate
17 12
@@ -96,7 +91,7 @@ config VIDEO_HELPER_CHIPS_AUTO
96 91
97config VIDEO_IR_I2C 92config VIDEO_IR_I2C
98 tristate "I2C module for IR" if !VIDEO_HELPER_CHIPS_AUTO 93 tristate "I2C module for IR" if !VIDEO_HELPER_CHIPS_AUTO
99 depends on I2C && VIDEO_IR 94 depends on I2C && RC_CORE
100 default y 95 default y
101 ---help--- 96 ---help---
102 Most boards have an IR chip directly connected via GPIO. However, 97 Most boards have an IR chip directly connected via GPIO. However,
@@ -666,6 +661,16 @@ config VIDEO_HEXIUM_GEMINI
666 To compile this driver as a module, choose M here: the 661 To compile this driver as a module, choose M here: the
667 module will be called hexium_gemini. 662 module will be called hexium_gemini.
668 663
664config VIDEO_TIMBERDALE
665 tristate "Support for timberdale Video In/LogiWIN"
666 depends on VIDEO_V4L2 && I2C
667 select DMA_ENGINE
668 select TIMB_DMA
669 select VIDEO_ADV7180
670 select VIDEOBUF_DMA_CONTIG
671 ---help---
672 Add support for the Video In peripherial of the timberdale FPGA.
673
669source "drivers/media/video/cx88/Kconfig" 674source "drivers/media/video/cx88/Kconfig"
670 675
671source "drivers/media/video/cx23885/Kconfig" 676source "drivers/media/video/cx23885/Kconfig"
@@ -789,6 +794,12 @@ config SOC_CAMERA_PLATFORM
789 help 794 help
790 This is a generic SoC camera platform driver, useful for testing 795 This is a generic SoC camera platform driver, useful for testing
791 796
797config SOC_CAMERA_OV2640
798 tristate "ov2640 camera support"
799 depends on SOC_CAMERA && I2C
800 help
801 This is a ov2640 camera driver
802
792config SOC_CAMERA_OV6650 803config SOC_CAMERA_OV6650
793 tristate "ov6650 sensor support" 804 tristate "ov6650 sensor support"
794 depends on SOC_CAMERA && I2C 805 depends on SOC_CAMERA && I2C
@@ -905,21 +916,8 @@ source "drivers/media/video/cx231xx/Kconfig"
905 916
906source "drivers/media/video/usbvision/Kconfig" 917source "drivers/media/video/usbvision/Kconfig"
907 918
908source "drivers/media/video/usbvideo/Kconfig"
909
910source "drivers/media/video/et61x251/Kconfig" 919source "drivers/media/video/et61x251/Kconfig"
911 920
912config USB_SE401
913 tristate "USB SE401 Camera support"
914 depends on VIDEO_V4L1
915 ---help---
916 Say Y here if you want to connect this type of camera to your
917 computer's USB port. See <file:Documentation/video4linux/se401.txt>
918 for more information and for a list of supported cameras.
919
920 To compile this driver as a module, choose M here: the
921 module will be called se401.
922
923source "drivers/media/video/sn9c102/Kconfig" 921source "drivers/media/video/sn9c102/Kconfig"
924 922
925source "drivers/media/video/pwc/Kconfig" 923source "drivers/media/video/pwc/Kconfig"