From da3df4c5ba560664e1ca1ef8c66b55ba67bf4f0f Mon Sep 17 00:00:00 2001 From: Jean-Francois Moine Date: Wed, 1 Oct 2008 09:51:53 +0200 Subject: gspca: Subdriver m5602 (ALi) added. From: Erik Andren This patch adds support for the ALi m5602 usb bridge and is based on the gspca framework. It contains code for communicating with 5 different sensors: OmniVision OV9650, Pixel Plus PO1030, Samsung S5K83A, S5K4AA and finally Micron MT9M111. Priority: high Signed-off-by: Erik Andren Signed-off-by: Jean-Francois Moine --- linux/drivers/media/video/gspca/m5602/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 linux/drivers/media/video/gspca/m5602/Kconfig (limited to 'linux/drivers/media/video/gspca/m5602/Kconfig') diff --git a/linux/drivers/media/video/gspca/m5602/Kconfig b/linux/drivers/media/video/gspca/m5602/Kconfig new file mode 100644 index 000000000..7de33e221 --- /dev/null +++ b/linux/drivers/media/video/gspca/m5602/Kconfig @@ -0,0 +1,11 @@ +config USB_M5602 + tristate "USB ALi m5602 Webcam support" + depends on VIDEO_V4L2 && USB_GSPCA + help + Say Y here if you want support for cameras based on the + ALi m5602 connected to various image sensors. + + See for more info. + + To compile this driver as a module, choose M here: the + module will be called gspca-m5602. -- cgit v1.2.3 From 3bc8323b3a289667837799641e6046c3b99cf4c1 Mon Sep 17 00:00:00 2001 From: Jean-Francois Moine Date: Fri, 3 Oct 2008 20:47:03 +0200 Subject: gspca: Subdriver selection at config time. From: Erik Andren Priority: normal Signed-off-by: Erik Andren Signed-off-by: Jean-Francois Moine --- linux/drivers/media/video/gspca/m5602/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/drivers/media/video/gspca/m5602/Kconfig') diff --git a/linux/drivers/media/video/gspca/m5602/Kconfig b/linux/drivers/media/video/gspca/m5602/Kconfig index 7de33e221..5a69016ed 100644 --- a/linux/drivers/media/video/gspca/m5602/Kconfig +++ b/linux/drivers/media/video/gspca/m5602/Kconfig @@ -1,5 +1,5 @@ config USB_M5602 - tristate "USB ALi m5602 Webcam support" + tristate "ALi USB m5602 Camera Driver" depends on VIDEO_V4L2 && USB_GSPCA help Say Y here if you want support for cameras based on the @@ -8,4 +8,4 @@ config USB_M5602 See for more info. To compile this driver as a module, choose M here: the - module will be called gspca-m5602. + module will be called gspca_m5602. -- cgit v1.2.3