# HG changeset patch # User Mauro Carvalho Chehab # Node ID 0e41b243273df584dfd256eb95592c0ee010a2de # Parent 48697c80eba1a9db631029d517ec30da4a3086e3 Corrected and separated the Kconfig for usbvision From: Thierry MERLE Signed-off-by: Thierry MERLE Signed-off-by: Mauro Carvalho Chehab diff -r 48697c80eba1 -r 0e41b243273d linux/drivers/media/video/Kconfig --- a/linux/drivers/media/video/Kconfig Wed Oct 25 23:00:50 2006 -0300 +++ b/linux/drivers/media/video/Kconfig Wed Oct 25 23:05:01 2006 -0300 @@ -681,17 +681,7 @@ source "drivers/media/video/pvrusb2/Kcon source "drivers/media/video/em28xx/Kconfig" -config VIDEO_USBVISION - tristate "USB video devices based on NT1003/1005/1005" - depends on I2C && VIDEO_V4L2 - select VIDEO_SAA711X if VIDEO_HELPER_CHIPS_AUTO - ---help--- - There are more than 50 different USB video devices based on - NT1003/1004/1005 USB Bridges. This driver enables using those - devices. - - To compile this driver as a module, choose M here: the - module will be called ovcamchip. +source "drivers/media/video/usbvision/Kconfig" source "drivers/media/video/usbvideo/Kconfig" diff -r 48697c80eba1 -r 0e41b243273d linux/drivers/media/video/usbvision/Kconfig --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux/drivers/media/video/usbvision/Kconfig Wed Oct 25 23:05:01 2006 -0300 @@ -0,0 +1,12 @@ +config VIDEO_USBVISION + tristate "USB video devices based on Nogatech NT1003/1004/1005" + depends on I2C && VIDEO_V4L2 + select VIDEO_TUNER + select VIDEO_SAA711X if VIDEO_HELPER_CHIPS_AUTO + ---help--- + There are more than 50 different USB video devices based on + NT1003/1004/1005 USB Bridges. This driver enables using those + devices. + + To compile this driver as a module, choose M here: the + module will be called usbvision.