aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/Kconfig
diff options
context:
space:
mode:
authorMarton Nemeth <nm127@freemail.hu>2009-11-02 08:13:21 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-05 18:41:16 -0200
commit1408b8472910e894b290205b4baed5b14b8f45af (patch)
tree2b9f7c1043bd575bfb92757edcd571bf07a74724 /drivers/media/video/gspca/Kconfig
parentcc409c0efb40a4c99cf023ec12ba7d67c67f666b (diff)
downloadkernel_samsung_smdk4412-1408b8472910e894b290205b4baed5b14b8f45af.zip
kernel_samsung_smdk4412-1408b8472910e894b290205b4baed5b14b8f45af.tar.gz
kernel_samsung_smdk4412-1408b8472910e894b290205b4baed5b14b8f45af.tar.bz2
V4L/DVB (13300): gspca - pac7302/pac7311: Separate the two subdrivers.
All PAC7311 specific functions remain in pac7311.c. All PAC7302 specific functions are moved to pac7302.c. The USB device table is also divided into two parts. This makes it possible to remove the sensor specific decisions from different functions and also remove sensor infromation from the USB device table. The common functions are just copied to both subdrivers. These common functions can be separated later to a common file or helper module. Signed-off-by: Marton Nemeth <nm127@freemail.hu> Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/Kconfig')
-rw-r--r--drivers/media/video/gspca/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/Kconfig b/drivers/media/video/gspca/Kconfig
index 568edbb..609d65b 100644
--- a/drivers/media/video/gspca/Kconfig
+++ b/drivers/media/video/gspca/Kconfig
@@ -104,6 +104,15 @@ config USB_GSPCA_PAC207
To compile this driver as a module, choose M here: the
module will be called gspca_pac207.
+config USB_GSPCA_PAC7302
+ tristate "Pixart PAC7302 USB Camera Driver"
+ depends on VIDEO_V4L2 && USB_GSPCA
+ help
+ Say Y here if you want support for cameras based on the PAC7302 chip.
+
+ To compile this driver as a module, choose M here: the
+ module will be called gspca_pac7302.
+
config USB_GSPCA_PAC7311
tristate "Pixart PAC7311 USB Camera Driver"
depends on VIDEO_V4L2 && USB_GSPCA