aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/Kconfig
diff options
context:
space:
mode:
authorMarton Nemeth <nm127@freemail.hu>2009-11-02 06:13:21 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-05 15:41:16 -0500
commit1408b8472910e894b290205b4baed5b14b8f45af (patch)
tree2b9f7c1043bd575bfb92757edcd571bf07a74724 /drivers/media/video/gspca/Kconfig
parentcc409c0efb40a4c99cf023ec12ba7d67c67f666b (diff)
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 568edbbb894..609d65b0b10 100644
--- a/drivers/media/video/gspca/Kconfig
+++ b/drivers/media/video/gspca/Kconfig
@@ -104,6 +104,15 @@ config USB_GSPCA_PAC207
104 To compile this driver as a module, choose M here: the 104 To compile this driver as a module, choose M here: the
105 module will be called gspca_pac207. 105 module will be called gspca_pac207.
106 106
107config USB_GSPCA_PAC7302
108 tristate "Pixart PAC7302 USB Camera Driver"
109 depends on VIDEO_V4L2 && USB_GSPCA
110 help
111 Say Y here if you want support for cameras based on the PAC7302 chip.
112
113 To compile this driver as a module, choose M here: the
114 module will be called gspca_pac7302.
115
107config USB_GSPCA_PAC7311 116config USB_GSPCA_PAC7311
108 tristate "Pixart PAC7311 USB Camera Driver" 117 tristate "Pixart PAC7311 USB Camera Driver"
109 depends on VIDEO_V4L2 && USB_GSPCA 118 depends on VIDEO_V4L2 && USB_GSPCA