From 871480933a1c28f8a9fed4c4d34d06c439a7a422 Mon Sep 17 00:00:00 2001 From: Srikant Patnaik Date: Sun, 11 Jan 2015 12:28:04 +0530 Subject: Moved, renamed, and deleted files The original directory structure was scattered and unorganized. Changes are basically to make it look like kernel structure. --- drivers/media/video/et61x251/Kconfig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 drivers/media/video/et61x251/Kconfig (limited to 'drivers/media/video/et61x251/Kconfig') diff --git a/drivers/media/video/et61x251/Kconfig b/drivers/media/video/et61x251/Kconfig new file mode 100644 index 00000000..87981b07 --- /dev/null +++ b/drivers/media/video/et61x251/Kconfig @@ -0,0 +1,18 @@ +config USB_ET61X251 + tristate "USB ET61X[12]51 PC Camera Controller support (DEPRECATED)" + depends on VIDEO_V4L2 + default n + ---help--- + This driver is DEPRECATED please use the gspca zc3xx module + instead. + + Say Y here if you want support for cameras based on Etoms ET61X151 + or ET61X251 PC Camera Controllers. + + See for more info. + + This driver uses the Video For Linux API. You must say Y or M to + "Video For Linux" to use this driver. + + To compile this driver as a module, choose M here: the + module will be called et61x251. -- cgit