diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-01 17:16:09 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-01 17:16:09 -0300 |
commit | eef6d4d157235cf1f029bcf52a2b880b8ce38926 (patch) | |
tree | bbd85896040c5b1f29125ad0a555beb21e4ab618 /linux/drivers/media/video/gspca/Kconfig | |
parent | da7fb3c8bd92c15d848047a4620d708d78263c40 (diff) | |
parent | 0734cd1feeb40b66d38bd7ebc7a88549a5895e4e (diff) | |
download | mediapointer-dvb-s2-eef6d4d157235cf1f029bcf52a2b880b8ce38926.tar.gz mediapointer-dvb-s2-eef6d4d157235cf1f029bcf52a2b880b8ce38926.tar.bz2 |
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/gspca/Kconfig')
-rw-r--r-- | linux/drivers/media/video/gspca/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/linux/drivers/media/video/gspca/Kconfig b/linux/drivers/media/video/gspca/Kconfig new file mode 100644 index 000000000..42b90742b --- /dev/null +++ b/linux/drivers/media/video/gspca/Kconfig @@ -0,0 +1,13 @@ +config USB_GSPCA + tristate "USB GSPCA driver" + depends on VIDEO_V4L2 + ---help--- + Say Y here if you want support for various USB webcams. + + See <file:Documentation/video4linux/gspca.txt> for more info. + + This driver uses the Video For Linux API. You must say Y or M to + "Video For Linux" to use this driver. + + To compile this driver as modules, choose M here: the + modules will be called gspca_xxxx. |