diff options
author | Kevin | 2014-11-15 09:58:27 +0800 |
---|---|---|
committer | Kevin | 2014-11-15 09:58:27 +0800 |
commit | 392e8802486cb573b916e746010e141a75f507e6 (patch) | |
tree | 50029aca02c81f087b90336e670b44e510782330 /ANDROID_3.4.5/drivers/media/video/et61x251/Kconfig | |
download | FOSSEE-netbook-kernel-source-392e8802486cb573b916e746010e141a75f507e6.tar.gz FOSSEE-netbook-kernel-source-392e8802486cb573b916e746010e141a75f507e6.tar.bz2 FOSSEE-netbook-kernel-source-392e8802486cb573b916e746010e141a75f507e6.zip |
init android origin source code
Diffstat (limited to 'ANDROID_3.4.5/drivers/media/video/et61x251/Kconfig')
-rw-r--r-- | ANDROID_3.4.5/drivers/media/video/et61x251/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/drivers/media/video/et61x251/Kconfig b/ANDROID_3.4.5/drivers/media/video/et61x251/Kconfig new file mode 100644 index 00000000..87981b07 --- /dev/null +++ b/ANDROID_3.4.5/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 <file:Documentation/video4linux/et61x251.txt> 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. |