diff options
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 7a6105153f23..639e8b6c35b1 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -647,6 +647,8 @@ config VIDEO_HEXIUM_GEMINI | |||
647 | 647 | ||
648 | source "drivers/media/video/cx88/Kconfig" | 648 | source "drivers/media/video/cx88/Kconfig" |
649 | 649 | ||
650 | source "drivers/media/video/ivtv/Kconfig" | ||
651 | |||
650 | config VIDEO_M32R_AR | 652 | config VIDEO_M32R_AR |
651 | tristate "AR devices" | 653 | tristate "AR devices" |
652 | depends on M32R && VIDEO_V4L1 | 654 | depends on M32R && VIDEO_V4L1 |
@@ -761,6 +763,18 @@ source "drivers/media/video/zc0301/Kconfig" | |||
761 | 763 | ||
762 | source "drivers/media/video/pwc/Kconfig" | 764 | source "drivers/media/video/pwc/Kconfig" |
763 | 765 | ||
766 | config USB_ZR364XX | ||
767 | tristate "USB ZR364XX Camera support" | ||
768 | depends on USB && VIDEO_V4L2 | ||
769 | ---help--- | ||
770 | Say Y here if you want to connect this type of camera to your | ||
771 | computer's USB port. | ||
772 | See <file:Documentation/video4linux/zr364xx.txt> for more info | ||
773 | and list of supported cameras. | ||
774 | |||
775 | To compile this driver as a module, choose M here: the | ||
776 | module will be called zr364xx. | ||
777 | |||
764 | endmenu # V4L USB devices | 778 | endmenu # V4L USB devices |
765 | 779 | ||
766 | endmenu | 780 | endmenu |