diff options
author | Hans de Goede <hdegoede@redhat.com> | 2009-10-23 05:50:12 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:40:47 -0500 |
commit | 21f1b932dbcc5ed18444e6995aeb856e583804ae (patch) | |
tree | 3a378aaf90c4937482b8fb1b06f902aa09c12ed0 /drivers/media/video/Kconfig | |
parent | 73997870c64d604f521e85a57511f36a2dc22ed0 (diff) |
V4L/DVB (13183): gspca: add stv0680 subdriver
This patch adds a new subdriver to gspca supporting cams with the stv0680
bridge (replacing the old in kernel v4l1 driver).
Many thanks to Hans Verkuil for providing me with one of the 2 cams used in
testing this new sub driver.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 7ecae636e6ad..82ae85c975f5 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -1016,9 +1016,13 @@ config USB_SE401 | |||
1016 | source "drivers/media/video/sn9c102/Kconfig" | 1016 | source "drivers/media/video/sn9c102/Kconfig" |
1017 | 1017 | ||
1018 | config USB_STV680 | 1018 | config USB_STV680 |
1019 | tristate "USB STV680 (Pencam) Camera support" | 1019 | tristate "USB STV680 (Pencam) Camera support (DEPRECATED)" |
1020 | depends on VIDEO_V4L1 | 1020 | depends on VIDEO_V4L1 |
1021 | ---help--- | 1021 | ---help--- |
1022 | This driver is DEPRECATED please use the gspca stv0680 module | ||
1023 | instead. Note that for the gspca stv0680 module you need | ||
1024 | atleast version 0.6.3 of libv4l. | ||
1025 | |||
1022 | Say Y here if you want to connect this type of camera to your | 1026 | Say Y here if you want to connect this type of camera to your |
1023 | computer's USB port. This includes the Pencam line of cameras. | 1027 | computer's USB port. This includes the Pencam line of cameras. |
1024 | See <file:Documentation/video4linux/stv680.txt> for more information | 1028 | See <file:Documentation/video4linux/stv680.txt> for more information |