diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2008-04-12 08:58:09 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:14:28 -0400 |
commit | 63eb9546dcb5e9dc39ab88a603dede8fdd18e717 (patch) | |
tree | c61a8365a0428a58f643df35b29220f1c5e63f46 /drivers/media/video/gspca/Kconfig | |
parent | 8b53b39d6228cda41b7ddfc9d094a072afca6655 (diff) |
V4L/DVB (8152): Initial release of gspca with only one driver.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/gspca/Kconfig')
-rw-r--r-- | drivers/media/video/gspca/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/Kconfig b/drivers/media/video/gspca/Kconfig new file mode 100644 index 000000000000..a04e413e1258 --- /dev/null +++ b/drivers/media/video/gspca/Kconfig | |||
@@ -0,0 +1,13 @@ | |||
1 | config USB_GSPCA | ||
2 | tristate "USB GSPCA driver" | ||
3 | depends on VIDEO_V4L2 | ||
4 | ---help--- | ||
5 | Say Y here if you want support for various USB cameras. | ||
6 | |||
7 | See <file:Documentation/video4linux/gspca.txt> for more info. | ||
8 | |||
9 | This driver uses the Video For Linux API. You must say Y or M to | ||
10 | "Video For Linux" to use this driver. | ||
11 | |||
12 | To compile this driver as modules, choose M here: the | ||
13 | modules will be called gspca_xxxx. | ||